https://github.com/jfelsinger/generator-venm
Yeoman generator for a Vue, Express, Node, and Mongo stack
https://github.com/jfelsinger/generator-venm
Last synced: 8 months ago
JSON representation
Yeoman generator for a Vue, Express, Node, and Mongo stack
- Host: GitHub
- URL: https://github.com/jfelsinger/generator-venm
- Owner: jfelsinger
- License: mit
- Created: 2014-02-06T05:07:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T04:06:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-13T08:01:50.334Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 47
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-cn - VENM stack yeoman generator ★35
- awesome-vue-refactor - VENM stack yeoman generator ★39
- awesome-vuejs - VENM stack yeoman generator ★39
README
# generator-venm [](https://travis-ci.org/jfelsinger/generator-venm) [](https://github.com/igrigorik/ga-beacon)
A somewhat opinionated [Yeoman](http://yeoman.io) generator for applications built upon the VENM stack.
**Disclaimer**: This project is currently pretty dated and hasn't been comitted to in a while. There is a new version in the works, but the current version is pretty buggy. You might want to wait.
## 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-venm
```
This 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 yo
```
To use the generator just run the following.
```
$ yo venm
```
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)