1.18.2 • Published 4 years ago

@csr632/create-vite-app v1.18.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

create-vite-app

Create an app powered by Vite.

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

If using Yarn:

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

Templates

Available templates:

  • vue (default)
  • react
  • react-ts
  • preact
  • reason-react
  • react-pages-app
  • react-pages-lib

To scaffold with specific template:

$ npm init vite-app my-react-project --template react
1.18.1

4 years ago

1.18.0

4 years ago

1.18.2

4 years ago

1.17.4

4 years ago

1.17.2

4 years ago

1.17.3

4 years ago

1.17.1

4 years ago

1.17.0

4 years ago