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
- Host: GitHub
- URL: https://github.com/yveyeh/vuex-state-sample
- Owner: yveyeh
- License: mit
- Created: 2020-03-30T15:32:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T13:08:01.000Z (about 6 years ago)
- Last Synced: 2024-04-24T16:59:10.989Z (about 2 years ago)
- Topics: actions, getters, modules, mutations, state, store, vuejs, vuex
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vuex-state-sample
- Size: 5.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)