1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:46:02 +02:00
tldr/pages.pl/common/vue.md
Michal 4413544308 create vue.md
initial
2020-04-19 13:31:16 +01:00

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`