A basic configuration example using Vue.js 2, Vuex, Vue-Router, and Yarn

Vue.js 2 + Vuex + Vue-Router + yarn

Learn some basic Configuration while setting up a new project, using Vue 2, with Vuex, vue-router and Yarn!

Start by installing vue-cli, if you haven't already. Then follow the steps and play with the main three files on any vue-cli generated project: main.js, router-config, vuex/store.js. After following them you are ready to begin your new major project!

Here, is a working example.