1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:22:08 +02:00
tldr/pages/common/vue.md
2021-09-13 10:21:21 +02:00

13 lines
280 B
Markdown

# vue
> Multi-purpose CLI for Vue.js.
> Some subcommands such as `vue build` have their own usage documentation.
> 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`