Vue + vue-router + vuex + webpack starter project
This repository was created to demonstrate a simple application that uses vue and vue-router-sync to pass data throughout the application using the state management pattern.
The following tools are required to get this running.
Visit here - download and install the latest, stable version.
This will install npm automatically.
sudo npm install -g webpackcd into the root of the project and run this command
$ npm installfrom the root:
$ npm build$ npm startYour primary browser will automatically open at localhost:8080