mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 12:42:07 +02:00

Update the examples of the following pages to the latest Vue.js version: - vue.md - vue-init.md - vue-build.md - vue-serve.md
12 lines
205 B
Markdown
12 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`
|