vmake
v1.14.2019-Q2
Published
CLI tool to build vue projects.
Downloads
69
Readme
vmake
CLI tool to build vue projects. Meant to manage webpack config once, outside projects.
Usage
npm install -g vmake
vmake init vue-app
vmake # or npm run dev
vmake start # or npm start
Roadmap
- [X] CLI
- [X] NPM Package
- [ ] vmake init
- [X] vmake dev
- [X] vmake start
- [ ] Example - Hacker news
Inspired by
- https://github.com/nuxt/nuxt.js - https://github.com/zeit/next.js
- https://github.com/egoist/vbuild
- https://github.com/vuejs/vue-cli