Jump to content
On this page

On this page

Getting Started

To scaffold an app using create-v3-app, run any of the following three commands and answer the command prompt questions:

Using npm

npm create v3-app@latest

Using yarn

yarn create v3-app

Using pnpm

pnpm create v3-app@latest

At this moment, the CLI tool doesn’t offer any customization for your template. This will be changed in the future, as you will be able to opt in every piece of the stack, with the exception of Nuxt and TypeScript.

Advanced usage

Option/FlagDescription
[dir]Include a directory argument with a name for the project
--noGitExplicitly tell the CLI to not initialize a new git repo in the project
--noInstallGenerate project without installing dependencies