# create-vue **Repository Path**: mirrors_alsotang/create-vue ## Basic Information - **Project Name**: create-vue - **Description**: 🛠️ Quickly scaffold a Vue project with `npm init vue@3` - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-vue [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/vuejs/create-vue) An easy way to start a Vue project ## Usage ```sh npm init vue@3 ``` Or, if you need to support IE11, you can create a Vue 2 project with: ```sh 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.