Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 741 Bytes

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.