0.1.0 • Published 5 years ago

@musakui/create-vite v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

@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.

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago