Skip to content

merveuygunerdol/vuex-blog-example

Repository files navigation

Vuex Blog Example

Get data from api and display on page

Technologies

VueJs
Vuex

Installation and Setup Instructions

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