tldr/pages/common/vue.md

14 lines
280 B
Markdown
Raw Normal View History

# vue
2016-10-29 23:34:42 +01:00
> 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-29 23:34:42 +01:00
- Create a new Vue project interactively:
2016-10-29 23:34:42 +01:00
`vue create {{project_name}}`
2016-10-29 23:34:42 +01:00
- Create a new project with web UI:
2016-10-29 23:34:42 +01:00
`vue ui`