This commit is contained in:
2023-06-19 17:25:29 +08:00
parent 5940dfa4aa
commit 8aa883ecc2
183 changed files with 21841 additions and 18453 deletions

View File

@ -8,7 +8,8 @@
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{vue,js,ts,json,html,css,scss,md}\""
},
"repository": {
"type": "git",
@ -37,6 +38,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.36",
"prettier": "^2.8.8",
"sass": "1.52.1",
"unplugin-auto-import": "0.8.5",
"vite": "2.9.13",