Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanhi2000/vue-state
A simple Vue State Management using Vuex
https://github.com/chanhi2000/vue-state
vue vue-router vuex
Last synced: about 1 month ago
JSON representation
A simple Vue State Management using Vuex
- Host: GitHub
- URL: https://github.com/chanhi2000/vue-state
- Owner: chanhi2000
- Created: 2020-01-15T17:57:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:17:33.000Z (about 2 years ago)
- Last Synced: 2024-04-09T22:18:39.012Z (9 months ago)
- Topics: vue, vue-router, vuex
- Language: Vue
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-state
A simple Vue State Management using Vuex
CrashCourse made by [DesignCourse](https://www.youtube.com/user/DesignCourse)To see the full tutorial, click [here](https://coursetro.com/posts/code/144/A-Vuex-Tutorial-by-Example---Learn-Vue-State-Management)
## Output as Summary of what you get
home
![img-home][img-home]
after pressing `Remove All`
![img-removeAll][img-removeAll]## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).[img-home]: resources/home.png
[img-removeAll]: resources/removeAll.png