增加cheetah-grid依赖,增加一条watch命令用于外网调试

This commit is contained in:
Yu Sun
2022-07-10 03:35:58 +08:00
parent 9747196757
commit 9fb0906b09
2 changed files with 14 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "d2-admin",
"version": "1.20.1",
"scripts": {
"watch": "vue-cli-service serve --open",
"serve": "vue-cli-service serve --open --host localhost",
"start": "npm run serve",
"dev": "npm run serve",
@@ -30,6 +31,7 @@
"sortablejs": "^1.10.1",
"ua-parser-js": "^0.7.20",
"vue": "^2.6.11",
"vue-cheetah-grid": "^1.7.6",
"vue-i18n": "^8.15.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"