Skip to content

vuejs/create-vue

main
Switch branches/tags
Code

Latest commit

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9adce9d

Git stats

Files

Permalink
Failed to load latest commit information.

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.