https://github.com/malgamves/vuex-remindrr-app
https://github.com/malgamves/vuex-remindrr-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malgamves/vuex-remindrr-app
- Owner: malgamves
- Created: 2020-02-05T21:31:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:32:33.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:26:32.325Z (over 1 year ago)
- Language: Vue
- Size: 3.12 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-remindrr-app

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
```