Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 447 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 447 Bytes

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