Skip to content

LookRain/create-vite-app

 
 

Repository files navigation

create-vite-app

$ npx create-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

Defaults to the Vue template, the other templates available are react and preact. To scaffold with alternative template:

$ npx create-vite-app --template react my-react-project

About

Create Vite App!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • CSS 15.6%
  • HTML 6.1%
  • Vue 5.6%