We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2c41c commit 2a17ce6Copy full SHA for 2a17ce6
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"prebuild": "npm run test",
9
"build": "webpack --progress --config webpack.build.config.js",
10
- "dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/ --port 8082",
+ "dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
11
"lint": "eslint --ext=.js,.vue src test/unit/specs",
12
"coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
13
"coverage": "npm run test && npm run coverall",
0 commit comments