Vue CLI is a simple command line interface for scaffolding Vue.js projects. It will be helpful for rapid Vue.js development. You can install the npm package globally as below,
1 2 3 | npm install -g @vue/cli # OR yarn global add @vue/cli |
You can find the install version using vue –version command. Note: Vue CLI requires Node.js version 8.9 or above (8.11.0+ recommended).
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.