1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00
tldr/pages/common/vue.md
2021-08-15 19:59:09 +02:00

205 B

vue

Multi-purpose CLI for Vue.js. 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