Project setup

Let's start with simple genarated project

If you already installed npm i -g @vue/cli, the next command to run is vue ui which should open the ui in browser.

Let's generate project with babel, vuex, vue-router, eslint, css pre-processor(sass/scss or less).

One more thing...

After project setup go to eslintConfig and change rules rigoristhic from "plugin:vue/essential" to "plugin:vue/recommended"