HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vue — Multi-purpose CLI for Vue.js. Some subcommands such as `build` have their own usage documentation. M

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclimultipurposevuefor

Problem

How to use the vue command: Multi-purpose CLI for Vue.js. Some subcommands such as build have their own usage documentation. More information: <https://cli.vuejs.org/guide/>.

Solution

vue — Multi-purpose CLI for Vue.js. Some subcommands such as build have their own usage documentation. More information: <https://cli.vuejs.org/guide/>.

Create a new Vue project interactively:
vue create {{project_name}}


Create a new project with web UI:
vue ui

Code Snippets

Create a new Vue project interactively

vue create {{project_name}}

Create a new project with web UI

vue ui

Context

tldr-pages: common/vue

Revisions (0)

No revisions yet.