Skip to content

codingstones/vuex-idd-part1

Repository files navigation

Vuex + IDD: Part1

(Frontend with fake backend)

Vuex spike with http/WS server

This is the code for the first article on a series about unidirectional data flow architecture based on Vuex and IDD.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run unit tests
npm run unit