From 1e86c1c78a51d07110218b21e4663926bd6546ba Mon Sep 17 00:00:00 2001 From: misitebao Date: Sun, 5 Dec 2021 23:53:14 +0800 Subject: [PATCH] feat(frontend): add hot update command --- frontend/package.tmpl.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.tmpl.json b/frontend/package.tmpl.json index 35e958f..9ccdc5d 100644 --- a/frontend/package.tmpl.json +++ b/frontend/package.tmpl.json @@ -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}}",