basic-vue-vuex
basic-vue-vuex copied to clipboard
Basic Vuex store implementation
Basic Vue and Vuex Store
This is an easy, basic and raw (no styles attached) example of HOW to implement Vuex store with state, getters, actions and mutations fetching data from a rest endpoint.
Project setup
npm install
Compiles and hot-reloads for development
npm serve
Compiles and minifies for production
npm build
Lints and fixes files
npm lint