Starter front-end template with browser-sync
# dependencies
npm install
sudo npm install -g gulp http-server npm-run-all
npm run dev# linter
npm run lint
# unit tests
npm test# dependencies
sudo npm install -g pm2 http-server
# production build with minification
npm run build
# deploy & serve
npm run prodFor more information see docs for vuejs , docs for vueify. Based on VueJS Browserify Template github page