This package has been deprecated

Author message:

create-vite-app has been deprecated. run `npm init @vitejs/app` or `yarn create @vitejs/app` instead.

create-vite-app

1.21.0 • Public • Published

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)
  • vue-ts (experimental)
  • react
  • react-ts
  • preact
  • preact-ts
  • reason-react

To scaffold with specific template:

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

For use with Svelte, check out Svite which is built on top of Vite.

Readme

Keywords

none

Package Sidebar

Install

npm i create-vite-app

Weekly Downloads

748

Version

1.21.0

License

MIT

Unpacked Size

198 kB

Total Files

98

Last publish

Collaborators

  • yyx990803