Vuex with Vue Js demo
This project is just for the demo purpose to familier with vuex, axios, event bind, class bind with the Vue JS
Project setup
Clone repository in your system
git clone https://github.com/aureatelabs/vue-vuex.git
Installed required node modules
npm install
To start with the development mode
npm run serve
To compile and make production mode
npm run build