create-vve

0.1.5 • Public • Published

create-vve

This is my personal template to create a vite-vue3 app with eslint support.

Thanks to Evan You and his great repo!

$ npm init @kurosakana/vite-app <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create @kurosakana/vite-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Readme

Keywords

none

Package Sidebar

Install

npm i create-vve

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

17.2 kB

Total Files

16

Last publish

Collaborators

  • kurosakana