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
+19
View File
@@ -0,0 +1,19 @@
{
"name": "damabang-geo-official-site",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",
"nuxt": "^3.17.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17"
}
}