- Created .gitignore to exclude build outputs, logs, and environment files. - Added nuxt.config.ts for project configuration, enabling Tailwind CSS and Pinia modules. - Initialized package.json with scripts for development and production, and added necessary dependencies. - Generated pnpm-lock.yaml for dependency management. - Created README.md with setup instructions and development guidelines. - Implemented server API examples in server/api/ directory, demonstrating various use cases. - Added middleware for logging requests and responses. - Included example Vue components and pages for server API interaction. - Established basic project structure for Nuxt 4 application development.
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"enabledPlugins": {
|
|
"feature-dev@claude-plugins-official": true,
|
|
"vue@nuxt-skills": true,
|
|
"writing-web-documentation@nuxt-skills": true,
|
|
"document-writer@nuxt-skills": true,
|
|
"vueuse@nuxt-skills": true,
|
|
"nuxt@nuxt-skills": true,
|
|
"commit-commands@claude-plugins-official": true
|
|
}
|
|
}
|