https://github.com/alectrocute/simple-reddit-client-vuex
A simple reddit-JSON client written in Vue and Vuex – https://alec.is/reddit
https://github.com/alectrocute/simple-reddit-client-vuex
Last synced: 3 months ago
JSON representation
A simple reddit-JSON client written in Vue and Vuex – https://alec.is/reddit
- Host: GitHub
- URL: https://github.com/alectrocute/simple-reddit-client-vuex
- Owner: alectrocute
- Created: 2020-08-27T04:14:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T20:52:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T22:34:08.352Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 5.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-reddit-client-vuex

https://alec.is/reddit
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).