/basic-vue-vuex

Basic Vuex store implementation

Primary LanguageVueMIT LicenseMIT

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.