mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
205 B
Markdown
13 lines
205 B
Markdown
![]() |
# vue
|
||
|
|
||
|
> Multi-purpose CLI for Vue.js.
|
||
|
> More information: <https://cli.vuejs.org>.
|
||
|
|
||
|
- Create a new vue project interactively:
|
||
|
|
||
|
`vue create {{project_name}}`
|
||
|
|
||
|
- Create a new project with web UI:
|
||
|
|
||
|
`vue ui`
|