From ed15ed3d324e7993efb5d7c929ee0bb19c391014 Mon Sep 17 00:00:00 2001 From: Eva Date: Sat, 6 Feb 2021 18:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fdbb847..bcea18c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ npm start # build for production with minification npm run build + +# serve with hot reload request production env +npm run start-pro + +# auto fix eslint error + npm run fix ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).