An open API service indexing awesome lists of open source software.

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

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

```