npm install -g @vue/cli
2. Create Project
vue create vue-proj
3. This will provide you with the following prompt:
To keep things simple, we'll leave it at the default option and hit enter.
- babel is a JavaScript compiler.
- eslint is a JavaScript linter. Linting flags coding errors, bugs, etc..