Switch to servor instead of the build-in vue-cli-service server for development tools.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "0.9.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"serve": "npx servor dist",
|
||||
"build-prod": "vue-cli-service build --mode production",
|
||||
"build-dev": "vue-cli-service build --mode development",
|
||||
"lint": "vue-cli-service lint",
|
||||
@@ -54,6 +54,7 @@
|
||||
"live-server": "^1.2.1",
|
||||
"node-sass": "^4.13.1",
|
||||
"sass-loader": "^7.3.1",
|
||||
"servor": "^4.0.2",
|
||||
"ts-jest": "^23.0.0",
|
||||
"typescript": "^3.7.5",
|
||||
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user