Skip to content

alpersonalwebsite/basic-vue-vuex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.