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

https://github.com/malgamves/vuex-remindrr-app


https://github.com/malgamves/vuex-remindrr-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# vuex-remindrr-app

![Cover](https://github.com/malgamves/vuex-remindrr-app/blob/master/public/images/vuex-app.gif)

Check out the [Demo]()

Blogpost - [Vuex: Why We Need SPA State Management](https://dev.to/malgamves/vuex-why-we-need-spa-state-management-42cj)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```