mirror of https://github.com/CrimsonTome/tldr.git
280 B
280 B
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