first commit
This commit is contained in:
parent
8f186484a5
commit
bca7e8a68a
|
@ -6,7 +6,7 @@
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"lint": "vue-cli-service lint",
|
"lint": "vue-cli-service lint",
|
||||||
"deploy": "node ./deploy.js"
|
"deploy": "npm run build && node ./deploy.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ant-design-vue": "^1.4.6",
|
"ant-design-vue": "^1.4.6",
|
||||||
|
|
Loading…
Reference in New Issue