Vue.js :revolving_hearts: Foundation ==================================== [](https://david-dm.org/jimzhan/vue.js.svg) [](https://travis
npm install vue.jsVue.js :revolving_hearts: Foundation
====================================




Production application boilerplate for Vue and Koa, batteries included:
+ ES6 + Babel
+ ESLint with the Airbnb JavaScript rules.
+ Mocha Unit testing and coverage with Chai assertion framework.
+ Nightwatch E2E UI automated testing framework.
+ Editorconfig Consistent coding styles formatter.
+ Yarn Dependency management.
+ Vue.js Progressive frontend framework.
+ Foundation Framework Integration with common UI components on Vue.
+ NPM scripts for common operations.
npm start - start Webpack server with hot reload supports in foreground (default port 3000).```
TODOs
=====
- [x] ESLint rules supports.
- [x] webpack/webpack-dev-server support.
- [x] NPM scripts for common operations.
- [x] multiple webpack settings profiles.
- [x] unit test integration
- [x] hot reload koa server
- [ ] e2e test integration