Browse Source

Open default browser on "npm run dev" (#20)

pull/21/head
Markus Sorg 9 years ago
committed by Chris Fritz
parent
commit
1cab8456b4
  1. 2
      template/package.json

2
template/package.json

@ -7,7 +7,7 @@
{{/private}}
"scripts": {
"watchify": "watchify -vd -p browserify-hmr -e src/main.js -o dist/build.js",
"serve": "http-server -c 1 -a localhost",
"serve": "http-server -o -c 1 -a localhost",
"dev": "npm-run-all --parallel watchify serve",
{{#lint}}
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit{{/unit}}",

Loading…
Cancel
Save