0.1.0 • Published 5 years ago
@musakui/create-vite v0.1.0
@musakui/create-vite
Create an app powered by Vite.
$ npm init @musakui/vite <project-name>
$ cd <project-name>
$ npm install
$ npm run dev
Templates
Available templates:
vue
(default)three
(Three.js)vue-ts
(experimental)react
react-ts
preact
preact-ts
reason-react
To scaffold with specific template:
$ npm init @musakui/vite my-three-project --template three
For use with Svelte, check out Svite which is built on top of Vite.