feat: 新增 preview 模式

This commit is contained in:
奔跑的面条
2022-06-15 17:30:24 +08:00
parent 5522837b00
commit 5eca551271
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"new": "plop --plopfile ./plop/plopfile.js",
"postinstall": "husky install"
},