ue-build
![Node version](https://img.shields.io/node/v/vue-build.svg?style=flat)
The build process is one of the most frustrating things about front end development and cluttering up your app with a bunch of config and packages you rarely ever need to think about doesn't help either.
Vue-build takes those frustrations and hopefully eliminates them with a set of popular use cases. Vue 2, Webpack 2, env overriding, Sass, Karma, Mocha, Chai, Nightwatch
See the docs for more details
Features
- Command Line Scripts
- Vue 2
- Webpack 3
- Babel
- Hot Reloading
- Hot Middleware
- Error Overlay
- env Processing
- css extraction
- static output
- Sass
- Unit Testing
- Karma
- Mocha
- Chai
- Code Coverage
- E2e Testing
- Nightwatch
- Selenium
- Chrome Driver
- Gecko(firefox) Driver
Installation
npm install -g vue-build
Scripts
vue-build init
vue-build dev
vue-build prod
vue-build unit
vue-build e2e
vue-build help
See the docs for more details
Roadmap