https://github.com/korbinzhao/generator-vueui
a scaffold generator for vue ui component
https://github.com/korbinzhao/generator-vueui
Last synced: 24 days ago
JSON representation
a scaffold generator for vue ui component
- Host: GitHub
- URL: https://github.com/korbinzhao/generator-vueui
- Owner: korbinzhao
- Created: 2017-12-30T16:31:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:55:50.000Z (almost 7 years ago)
- Last Synced: 2024-04-26T10:20:17.004Z (about 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-vueuimkdir vueui-example
cd vueui-exampleyo vueui
```