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

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

Awesome Lists containing this project

README

          

# simple-reddit-client-vuex

![demo](https://github.com/alectrocute/simple-reddit-client-vuex/blob/master/screenshot-2.png)

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/).