feat(package): 添加预览脚本命令

新增 vite preview 命令用于本地预览构建后的应用
This commit is contained in:
傅光孟 2026-03-27 15:08:12 +08:00
parent ed16a3314f
commit 86461227a8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"prview": "vite preview",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
},
"dependencies": {