Files
nuxt4-deep/skills-lock.json
hyeonggil fc7d3d14cf Add initial Nuxt 4 project setup with essential configurations
- 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.
2026-04-08 23:59:29 +09:00

56 lines
1.8 KiB
JSON

{
"version": 1,
"skills": {
"document-writer": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "7a2b9799ece651b94b288a6b7d799da7ed603f24384897a370c1bfc6e75d74bb"
},
"motion": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "45d0803ea76f82fa40af91858472fb4528a8ce4c2a9a710b785e796cd5b3fe98"
},
"nuxt": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "571d9ea31a6f18b94168894814f20df361773e16de4a6dc675b526aaf6d55a45"
},
"nuxt-better-auth": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "38670ad6846049050b531ee65cb1dc653098bccc0caf7e9ebcef6ef0f3d6980b"
},
"nuxt-content": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "2e6bbe566a1d907db8ff1d8a69637319a272cf7bebcdd51dd8c94a55cf70014f"
},
"nuxt-modules": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "628065a8cf5cab196853ff5ef5538d3a7ff553293dde146380ec1b57f33def48"
},
"nuxt-seo": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "bffc66809f3a21055d2fd39d0bfa32eefdc681d2e93f4613fc3360addb3d3677"
},
"nuxt-studio": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "97bc283ac7a8927cac035027f64b67a841933d40bb70709b2e6570984f9da8a9"
},
"nuxt-ui": {
"source": "nuxt/ui",
"sourceType": "github",
"computedHash": "c3dbbd219dc94e345faa0b5cc4c03638f4361f8b0efa9f34c7dfa2c6dba65a9d"
},
"vitest": {
"source": "onmax/nuxt-skills",
"sourceType": "github",
"computedHash": "04ed1b09da8ac778d693ad12fab49b1c48aadfe1758fe13eb4d6de3fdcbb22f4"
}
}
}