feat(frontend): add hot update command

This commit is contained in:
misitebao 2021-12-05 23:53:14 +08:00
parent b28745c214
commit 1e86c1c78a

View File

@ -5,6 +5,7 @@
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:watch":"vue-cli-service build --watch",
"serve": "serve dist"
},
"author": "{{.AuthorName}}",