This commit is contained in:
777
2025-04-25 11:22:49 +08:00
parent e77b2654e0
commit 4e51536b0e
4 changed files with 24 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"build:prod": "vue-cli-service build",
"build:huahe": "vue-cli-service build --mode huahe",
"build:zhiyu": "vue-cli-service build --mode zhiyu",
"build:wanyan": "vue-cli-service build --mode wanyan",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},