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
npm install -g vue-build
// Initiate files/folders
vue-build init
// Run dev server
vue-build dev
// Production build to dist folder
vue-build prod
// Unit testing
vue-build unit
// E2e testing
vue-build e2e
// Help
vue-build help
See the docs for more details
Version | Tag | Published |
---|---|---|
3.0.0 | latest | 5yrs ago |