docs(ui): Update docs

This commit is contained in:
Guillaume Chau
2018-04-23 19:43:46 +02:00
parent 445f79386e
commit 2a55f9f028
3 changed files with 18 additions and 1 deletions
+17
View File
@@ -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
```
![Vue-cli UI preview](./vue-cli-ui-preview.gif)
### Creating a New Project
```
+1 -1
View File
@@ -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