generator-venm
v0.5.0
Published
A generator for Yeoman for a VENM stack
Maintainers
Readme
generator-venm

A somewhat opinionated Yeoman generator for applications built upon the VENM stack.
Disclaimer: This is pretty new project, so it could probably still use some work.
Getting Started
What is the VENM stack?
The VENM stack is a full javascript stack built in the spirit of the MEAN stack, but with Vue.js as a replacement for Angular.
- Vue.js
- Express
- Node
- Mongo
Install
You can install generator-venm with npm, the same as any node package.
$ npm install -g generator-venmThis is a yeoman generator though, so if you haven't used yeoman yet, or don't have it installed you'll have to also install it too.
$ npm install -g yoTo use the generator just run the following.
$ yo venm