generator-vuegen
v0.0.2
Published
A generator to generate Vue3 template
Downloads
2
Maintainers
Readme
generator-vuegen
A generator to generate Vue3 template
Installation
First, install Yeoman and generator-vuegen using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-vuegen
or install the generator from the repo
npm install -g git+https://github.com/pratheeshrussell/generator-vuegen.git
Then generate your new project:
yo vuegen
OR
yo vuegen PROJECT_NAME
License
MIT © Pratheesh Russell