Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birdgg/generator-vuejs
[OUTDATED]A simple Vue + Webpack yeoman generator
https://github.com/birdgg/generator-vuejs
Last synced: 4 months ago
JSON representation
[OUTDATED]A simple Vue + Webpack yeoman generator
- Host: GitHub
- URL: https://github.com/birdgg/generator-vuejs
- Owner: birdgg
- License: mit
- Archived: true
- Created: 2015-08-01T06:50:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T07:48:55.000Z (over 8 years ago)
- Last Synced: 2024-04-12T09:34:38.066Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 85
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue-cn - Vue generator ★64
README
**This repo is no longer maintained, please use vue-cli instead**
A simple Vue + Webpack yeoman generator
**NOTE:** It only supports Vue 1.0.x now
## Installation && Usage
```
$ npm install -g generator-vuejs
$ mkdir myproject && cd myproject
$ yo vuejs
```## Command
```
npm run dev
npm run build
```
## LicenseMIT