A generator to generate Vue3 template
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
MIT © Pratheesh Russell