Created
September 5, 2018 09:58
-
-
Save BojanKomazec/9f87175615d0274e81a1eeb75f82ecde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>vue | |
Usage: vue <command> [options] | |
Options: | |
-V, --version output the version number | |
-h, --help output usage information | |
Commands: | |
create [options] <app-name> create a new project powered by vue-cli-service | |
add <plugin> [pluginOptions] install a plugin and invoke its generator in an already created project | |
invoke <plugin> [pluginOptions] invoke the generator of a plugin in an already created project | |
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 [options] <template> <app-name> generate a project from a remote template (legacy API, requires @vue/cli-init) | |
config [options] [value] inspect and modify the config | |
Run vue <command> --help for detailed usage of given command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment