An open API service indexing awesome lists of open source software.

https://github.com/yveyeh/vuex-state-sample

State - Store Examples | Vue + Vuex
https://github.com/yveyeh/vuex-state-sample

actions getters modules mutations state store vuejs vuex

Last synced: about 2 months ago
JSON representation

State - Store Examples | Vue + Vuex

Awesome Lists containing this project

README

          

# Vuex State Sample :gift: :dart:

A project to demonstrate the use of Store and state, getters, mutations in Vuex and VueJS.

> - Create Vuex Store and use it to hold state.
> - Create computed properties Vuex mapState.
> - Retrieve data from Vuex Store with Getters.
> - Update state in Vuex Store with Mutations.
> - Update state asynchronously with Vuex Actions.
> - Structure and manage Vuex store with modules.

## Installation and Usage :floppy_disk: :books:

... a more detailed documentation is in the pipeline.

## Development :cookie: :sake:

... a more detailed documentation is in the pipeline.

## Author and Developer :hamburger: :coffee:

- :headphones: [Yufenyuy Veyeh Didier](https://github.com/yveyeh).

Additional credit goes to [Synepsys](http://synepsys.com) for providing me with the required resources to establish this project.

## LICENSE :clipboard: :memo:

The MIT License. See the license for this software [here](https://github.com/yveyeh/vuex-state-sample/blob/master/LICENSE)