Options: -V, --version output the version number -h, --helpdisplayhelpfor command
Commands: create [options] <app-name> create a new project powered by vue-cli-service add [options] <plugin> [pluginOptions] install a plugin and invoke its generator inan already created project invoke [options] <plugin> [pluginOptions] invoke the generator of a plugininan already created project inspect [options] [paths...] inspect the webpack config in a project with vue-cli-service serve alias of "npm run serve"in the current project build alias of "npm run build"in the current project 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 outdated [options] (experimental) check for outdated vue cli service / plugins upgrade [options] [plugin-name] (experimental) upgrade vue cli service / plugins migrate [options] [plugin-name] (experimental) run migrator foran already-installed cliplugin info print debugging information about your environment help [command] displayhelpfor command
Run vue <command> --helpfor detailed usage of given command.
在stackoverflow上查找,高赞回答:
1
I've asked about this (How does one uninstall a plugin? #2540) and it appears the current official advice is to issue an npm uninstall X.