1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vue.md

14 lines
280 B
Markdown
Raw Normal View History

# vue
2016-10-30 04:04:42 +05:30
> Multi-purpose CLI for Vue.js.
> Some subcommands such as `vue build` have their own usage documentation.
> More information: <https://cli.vuejs.org>.
2016-10-30 04:04:42 +05:30
- Create a new Vue project interactively:
2016-10-30 04:04:42 +05:30
`vue create {{project_name}}`
2016-10-30 04:04:42 +05:30
- Create a new project with web UI:
2016-10-30 04:04:42 +05:30
`vue ui`