feat: initialize Nuxt official website

This commit is contained in:
2026-07-14 17:44:51 +08:00
commit 31522f05d5
45 changed files with 12920 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Dependencies
node_modules/
# Nuxt build output
.nuxt/
.output/
dist/
# Local environment files
.env
.env.*
!.env.example
# Local logs and caches
*.log
.cache/
coverage/
# Editor and operating system files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp