vue create <app-name>

Create a new project powered by vue-cli-service

Arguments

NameDescription
app-name

Options

NameDescription
-p, --preset <presetName>Skip prompts and use saved or remote preset
-d, --defaultSkip prompts and use default preset
-i, --inlinePreset <json>Skip prompts and use inline JSON string as preset
-m, --packageManager <command>Use specified npm client when installing dependencies
-r, --registry <url>Use specified npm registry when installing dependencies (only for npm)
-g, --git <message>Force git initialization with initial commit message
-n, --no-gitSkip git initialization
-f, --forceOverwrite target directory if it exists
--mergeMerge target directory if it exists
-c, --cloneUse git clone when fetching remote preset
-X, --proxy <proxyUrl>Use specified proxy when creating project
-b, --barScaffold project without beginner instructions
--skipGetStartedSkip displaying "Get started" instructions
-h, --helpOutput usage information