Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hossamhilal/generator-venv
Generator Venv is A Generator To Create Simple Vue Environment like Vue cli Using Yeoman Generator
https://github.com/hossamhilal/generator-venv
axios generator generator-venv grunt gulp hossam-hilal javascript mocha npm npm-package store typescript vue vue-cli vue-router vuejs vuex webpack yarn yeoman
Last synced: 1 day ago
JSON representation
Generator Venv is A Generator To Create Simple Vue Environment like Vue cli Using Yeoman Generator
- Host: GitHub
- URL: https://github.com/hossamhilal/generator-venv
- Owner: hossamhilal
- Created: 2020-02-09T06:12:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:29:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T02:39:10.454Z (6 days ago)
- Topics: axios, generator, generator-venv, grunt, gulp, hossam-hilal, javascript, mocha, npm, npm-package, store, typescript, vue, vue-cli, vue-router, vuejs, vuex, webpack, yarn, yeoman
- Language: JavaScript
- Homepage:
- Size: 10 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Genertaor Venv
Generator Venv is A Generator To Create Simple Vue Environment like Vue cli Using Yeoman Generator## Installation
Use the package manager [Npm](https://www.npmjs.com/) to install Generator Venv.
```bash
npm i generator-venv
```## Usage
install yeoman```bash
npm install -g yo
```
Then install Venv Generator```bash
yo generator-venv
```## Serve
```bash
npm run serve
```## Bulid
```bash
npm run build
```## Author
Github : [Hossam Hilal](https://github.com/hossamhilal)
Npm : [Hossam Hilal](https://www.npmjs.com/~hossam_hilal)
Linkedin : [Hossam Hilal](https://www.linkedin.com/in/hossam-hilal)
Facebook : [Hossam Hilal](https://www.facebook.com/hossam.hilal0)
Behance : [Hossam Hilal](https://www.behance.net/hossam-hilal)
Email : [Hossam Hilal](mailto:[email protected])## License
[MIT](https://choosealicense.com/licenses/mit/)