basic-vue-vuex icon indicating copy to clipboard operation
basic-vue-vuex copied to clipboard

Basic Vuex store implementation

Basic Vue and Vuex Store

Greenkeeper badge License: MIT

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

Customize configuration

See Configuration Reference.