create-vite-app

Create an app powered by [Vite](https://github.com/vitejs/vite).

create-vite-app has been deprecated. run `npm init @vitejs/app` or `yarn create @vitejs/app` instead.
Last updated 5 years ago by yyx990803 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install create-vite-app 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.21.0                                ...           latest (5 years ago)

35 Versions

  • 1.21.0 [deprecated]           ...           5 years ago
  • 1.20.0 [deprecated]           ...           5 years ago
  • 1.19.0 [deprecated]           ...           5 years ago
  • 1.18.0 [deprecated]           ...           6 years ago
  • 1.17.0 [deprecated]           ...           6 years ago
  • 1.16.0 [deprecated]           ...           6 years ago
  • 1.15.1 [deprecated]           ...           6 years ago
  • 1.15.0 [deprecated]           ...           6 years ago
  • 1.14.0 [deprecated]           ...           6 years ago
  • 1.13.0 [deprecated]           ...           6 years ago
  • 1.12.0 [deprecated]           ...           6 years ago
  • 1.11.0 [deprecated]           ...           6 years ago
  • 1.10.1 [deprecated]           ...           6 years ago
  • 1.10.0 [deprecated]           ...           6 years ago
  • 1.9.1 [deprecated]           ...           6 years ago
  • 1.9.0 [deprecated]           ...           6 years ago
  • 1.8.0 [deprecated]           ...           6 years ago
  • 1.7.0 [deprecated]           ...           6 years ago
  • 1.6.0 [deprecated]           ...           6 years ago
  • 1.5.1 [deprecated]           ...           6 years ago
  • 1.5.0 [deprecated]           ...           6 years ago
  • 1.4.1 [deprecated]           ...           6 years ago
  • 1.4.0 [deprecated]           ...           6 years ago
  • 1.3.2 [deprecated]           ...           6 years ago
  • 1.3.1 [deprecated]           ...           6 years ago
  • 1.3.0 [deprecated]           ...           6 years ago
  • 1.2.0 [deprecated]           ...           6 years ago
  • 1.1.1 [deprecated]           ...           6 years ago
  • 1.1.0 [deprecated]           ...           6 years ago
  • 1.0.5 [deprecated]           ...           6 years ago
  • 1.0.4 [deprecated]           ...           6 years ago
  • 1.0.3 [deprecated]           ...           6 years ago
  • 1.0.2 [deprecated]           ...           6 years ago
  • 1.0.1 [deprecated]           ...           6 years ago
  • 1.0.0 [deprecated]           ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 14
Last Day 0
Last Week 14
Last Month 1
Dependencies (2)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |