Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfelsinger/generator-venm
Yeoman generator for a Vue, Express, Node, and Mongo stack
https://github.com/jfelsinger/generator-venm
Last synced: 4 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T04:06:12.000Z (about 9 years ago)
- Last Synced: 2024-09-18T09:32:36.010Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 47
- Watchers: 9
- 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
README
# generator-venm [![Build Status](https://secure.travis-ci.org/jfelsinger/generator-venm.png?branch=master)](https://travis-ci.org/jfelsinger/generator-venm) [![Analytics](https://ga-beacon.appspot.com/UA-46797352-2/generator-venm/index)](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)