2019-08-27 10:06:13 +01:00
|
|
|
# vue
|
2016-10-29 23:34:42 +01:00
|
|
|
|
2019-08-27 10:06:13 +01:00
|
|
|
> Multi-purpose CLI for Vue.js.
|
2021-09-13 09:21:21 +01:00
|
|
|
> Some subcommands such as `vue build` have their own usage documentation.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://cli.vuejs.org>.
|
2016-10-29 23:34:42 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Create a new Vue project interactively:
|
2016-10-29 23:34:42 +01:00
|
|
|
|
2019-08-27 10:06:13 +01:00
|
|
|
`vue create {{project_name}}`
|
2016-10-29 23:34:42 +01:00
|
|
|
|
2019-08-27 10:06:13 +01:00
|
|
|
- Create a new project with web UI:
|
2016-10-29 23:34:42 +01:00
|
|
|
|
2019-08-27 10:06:13 +01:00
|
|
|
`vue ui`
|