vue
Vue cli tools
Subcommands
Name | Description |
---|---|
create | Create a new project powered by vue-cli-service |
add | Install a plugin and invoke its generator in an already created project |
invoke | Invoke the generator of a plugin in an already created project |
inspect | Inspect the webpack config in a project with vue-cli-service |
serve | Serve a .js or .vue file in development mode with zero config |
build | Build a .js or .vue file in production mode with zero config |
ui | Start and open the vue-cli ui |
init | Generate a project from a remote template (legacy API, requires @vue/cli-init) |
config | Inspect and modify the config |
outdated | (experimental) check for outdated vue cli service / plugins |
upgrade | (experimental) upgrade vue cli service / plugins |
migrate | (experimental) run migrator for an already-installed cli plugin |
info | Print debugging information about your environment |
Options
Name | Description |
---|---|
-V, --version | Output the version number |
-h, --help | Output usage information |