1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
tldr/pages/common/vue.md
Lena b596b78b18
pages/*: standardize mentioning subcommands without the main command (#13626)
* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
2024-10-04 21:14:41 +02:00

276 B

vue

Multi-purpose CLI for Vue.js. Some subcommands such as 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