You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For consistency across package managers.
`yarn` and `pnpm` only support the `create` subcommand.
`init` means something different for them.
So using `create` leads to the least confusion if the user is using
multiple package managers.
Copy file name to clipboardExpand all lines: src/guide/quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this section we will introduce how to scaffold a Vue [Single Page Application
24
24
25
25
Make sure you have an up-to-date version of [Node.js](https://nodejs.org/) installed and your current working directory is the one where you intend to create a project. Run the following command in your command line (without the `>` sign):
This command will install and execute [create-vue](https://github.com/vuejs/create-vue), the official Vue project scaffolding tool. You will be presented with prompts for several optional features such as TypeScript and testing support:
0 commit comments