create-easyvue
v0.10.0
Published
An easy way to start a Vue project
Downloads
28
Readme
create-easyvue
Start an opinioned Vite + Vue 3 project with unplugin-vue-components, unplugin-vue-router and unplugin-auto-import included.
Usage
To create a new Vue project using create-easyvue
, simply run the following command in your terminal:
npm create easyvue@latest
This will always enable Jsx, Typesript, Vue-Router, Eslint, Prettier and Vitest features.