My Vue.js Boilerplate
October 3, 2014 ยท View on GitHub
- vue.js
- browserify
- beefy (auto build & livereload)
- vueify
setup
npm install
start develop
- livereload and autobuild
- not created bundle.js
npm run dev
build
- create bundle.js
npm run build
October 3, 2014 ยท View on GitHub
npm install
npm run dev
npm run build