Skip to content

🛠️ The recommended way to start a Vite-powered Vue project

License

Notifications You must be signed in to change notification settings

seanpm2001/VueJS_Create-Vue

 
 

Repository files navigation

create-vue

An easy way to start a Vue project

Usage

npm init vue@3

Or, if you need to support IE11, you can create a Vue 2 project with:

npm init vue@2

Note that the version number (@3 or @2) MUST NOT be omitted, otherwise npm may resolve to a cached and outdated version of the package.

About

🛠️ The recommended way to start a Vite-powered Vue project

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 48.3%
  • JavaScript 30.0%
  • TypeScript 18.5%
  • CSS 2.5%
  • Other 0.7%