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 devTemplates
Available templates:
vue(default)three(Three.js)vue-ts(experimental)reactreact-tspreactpreact-tsreason-react
To scaffold with specific template:
$ npm init @musakui/vite my-three-project --template threeFor use with Svelte, check out Svite which is built on top of Vite.