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