

build and serve commands through package.If you're using then you don't need to install another two independently, since it already has in its dependencies.Īdded: Just to be sure, I'll explain it add, create, config, ui and other commands What can I do with one that I can't do with the other? Do I need is a package that allows you to run vue serve and vue build without any local is a package that actually doing those vue serve and vue build, both and depend on it. My question is - what's the difference between them? Both the readme of and have nothing but a link to this page where no answer is given to that question. Run vue-cli-service help for usage of a specific command.Īpparently, I can build, serve, and inspect with both CLI tools. I created a project with vue and I needed to install for some reason that I can't remember.Īfter that, however, I noticed: 'vue-cli-service' is not recognized as an internal or external commandĪnd that's because I had to install Now, when I type vue-cli-service in the command line, I get: Usage: vue-cli-service


Run vue -help for detailed usage of given command. Info print debugging information about your environment Upgrade upgrade vue cli service / plugins (default semverLevel: minor) Init generate a project from a remote template (legacy API, requires inspect and modify the config vue file in production mode with zero config vue file in development mode with zero configīuild build a. Inspect inspect the webpack config in a project with vue-cli-service Invoke invoke the generator of a plugin in an already created project I installed and if I type vue in the command line, I get: Usage: vue Ĭreate create a new project powered by vue-cli-serviceĪdd install a plugin and invoke its generator in an already created project I've used Vue for some time now, but I'm just getting started with the CLI and I got a bit confused.
