Get data from api and display on page
Clone down this repository:
You will need node
and npm
and installed globally on your machine.
"node": ">= 6.0.0"
"npm": ">= 3.0.0"
git clone https://github.com/merveer/vuex-blog-example.git
Dependency Installation:
npm install
Serve with hot reload at localhost:8080
npm run dev