Switch to servor instead of the build-in vue-cli-service server for development tools.

This commit is contained in:
2020-07-06 18:37:13 -05:00
parent 6a77efe2cf
commit 06e3bb5ea3
4 changed files with 10 additions and 2 deletions

View File

@@ -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",