Skip to content

tony19-contrib/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

🛠️ Quickly scaffold a Vue project with `npm init vue@3`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 49.6%
  • JavaScript 25.6%
  • TypeScript 15.8%
  • CSS 8.3%
  • Other 0.7%