--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # vue > Multi-purpose CLI for Vue.js. > Some subcommands such as `vue build` have their own usage documentation. > More information: . - Create a new Vue project interactively: `vue create {{project_name}}` - Create a new project with web UI: `vue ui`