Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kekewind/create-vue

 
 

Repository files navigation

create-vue

Open in Visual Studio Code

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

🛠️ 使用 `npm init vue@3` 快速搭建 Vue 项目

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.4%
  • JavaScript 26.2%
  • TypeScript 14.6%
  • CSS 8.4%
  • Other 0.4%