Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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