Commit 253ce110 authored by 萌萌哒SAKURA酱's avatar 萌萌哒SAKURA酱

Introducing new features.add "bootstrap" script to install dependencies quickly

parent 05842014
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"version": "1.8.0", "version": "1.8.0",
"private": true, "private": true,
"scripts": { "scripts": {
"bootstrap": "yarn add --registry https://registry.npm.taobao.org || npm i --registry https://registry.npm.taobao.org ",
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
...@@ -10,7 +11,7 @@ ...@@ -10,7 +11,7 @@
"test:e2e": "vue-cli-service test:e2e" "test:e2e": "vue-cli-service test:e2e"
}, },
"dependencies": { "dependencies": {
"@smallwei/avue": "^1.4.6-beta3", "@smallwei/avue": "^1.4.7",
"avue-plugin-transfer": "^0.0.2", "avue-plugin-transfer": "^0.0.2",
"avue-plugin-ueditor": "^0.0.1", "avue-plugin-ueditor": "^0.0.1",
"axios": "^0.18.0", "axios": "^0.18.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment