tldr/pages/common/vue.md
Andy Chen 98ec760508 vue*: update outdated pages to latest Vue.js version.
Update the examples of the following pages to the latest Vue.js version:

 - vue.md
 - vue-init.md
 - vue-build.md
 - vue-serve.md
2019-08-27 11:06:13 +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