Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silva-thiago/reddit-client

Building a Reddit Client with the Vue 3 Composition API
https://github.com/silva-thiago/reddit-client

html5 javascript reddit reddit-client sass scss vue3 vuejs

Last synced: about 1 month ago
JSON representation

Building a Reddit Client with the Vue 3 Composition API

Awesome Lists containing this project

README

        

# reddit-client
Building a Reddit Client with Vue.js 3 Composition API

## Specs

### v2.0.0

* [x] Search for a Reddit

### v1.0.0

* [x] Setup
* [x] Lista all posts from /r/all
* [x] List posts for a specific sub Reddit

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

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

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).