Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
| 6 | "serve": "vue-cli-service serve", | 6 | "serve": "vue-cli-service serve", |
| 7 | "build": "vue-cli-service build", | 7 | "build": "vue-cli-service build", |
| 8 | "lint": "vue-cli-service lint", | 8 | "lint": "vue-cli-service lint", |
| 9 | + "dll": "vue-cli-service dll", | ||
| 9 | "rm": "rm -rf dist/" | 10 | "rm": "rm -rf dist/" |
| 10 | }, | 11 | }, |
| 11 | "dependencies": { | 12 | "dependencies": { |
| ... | @@ -31,6 +32,7 @@ | ... | @@ -31,6 +32,7 @@ |
| 31 | "eslint-plugin-vue": "^5.0.0", | 32 | "eslint-plugin-vue": "^5.0.0", |
| 32 | "less": "^3.9.0", | 33 | "less": "^3.9.0", |
| 33 | "less-loader": "^4.1.0", | 34 | "less-loader": "^4.1.0", |
| 35 | + "vue-cli-plugin-dll": "^1.1.3", | ||
| 34 | "vue-template-compiler": "^2.5.21" | 36 | "vue-template-compiler": "^2.5.21" |
| 35 | } | 37 | } |
| 36 | } | 38 | } | ... | ... |
-
Please register or login to post a comment