mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
376 B
Plaintext
19 lines
376 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|