https://github.com/michaeljohnn/generator-vueui
a scaffold generator for vue ui component
https://github.com/michaeljohnn/generator-vueui
Last synced: over 1 year ago
JSON representation
a scaffold generator for vue ui component
- Host: GitHub
- URL: https://github.com/michaeljohnn/generator-vueui
- Owner: michaeljohnn
- Created: 2017-12-30T16:31:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:55:50.000Z (about 8 years ago)
- Last Synced: 2024-12-10T20:41:19.760Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## description
a scaffold generator for vue ui component
## examples
```
npm install -g yo
npm install -g generator-vueui
mkdir vueui-example
cd vueui-example
yo vueui
```