2025-03-14 21:59:59 -06:00
|
|
|
# vue
|
|
|
|
|
|
|
|
|
|
> Multi-purpose CLI for Vue.js.
|
|
|
|
|
> Some subcommands such as `build` have their own usage documentation.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://cli.vuejs.org/guide/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Create a new Vue project interactively:
|
|
|
|
|
|
|
|
|
|
`vue create {{project_name}}`
|
|
|
|
|
|
|
|
|
|
- Create a new project with web UI:
|
|
|
|
|
|
|
|
|
|
`vue ui`
|