mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-21 11:58:36 -05:00
docs(ui): Update docs
This commit is contained in:
+17
@@ -28,11 +28,28 @@ Commands:
|
||||
inspect [options] [paths...] inspect the webpack config in a project with vue-cli-service
|
||||
serve [options] [entry] serve a .js or .vue file in development mode with zero config
|
||||
build [options] [entry] build a .js or .vue file in production mode with zero config
|
||||
ui [options] start and open the vue-cli ui
|
||||
init <template> <app-name> generate a project from a remote template (legacy API, requires @vue/cli-init)
|
||||
```
|
||||
|
||||
For each command, you can also use `vue <command> --help` to see more detailed usage.
|
||||
|
||||
### Launch the GUI
|
||||
|
||||
```
|
||||
Usage: ui [options]
|
||||
|
||||
start and open the vue-cli ui
|
||||
|
||||
|
||||
Options:
|
||||
|
||||
-p, --port <port> Port used for the UI server (by default search for awailable port)
|
||||
-h, --help output usage information
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Creating a New Project
|
||||
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Plugin UI Development Guide
|
||||
|
||||
> Work-in-progress documentation
|
||||
This guide will walk you through the development of cli-ui specific features for your vue-cli plugins.
|
||||
|
||||
## Plugin Info
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 217 KiB |
Reference in New Issue
Block a user