Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silva-thiago/reddit-client
- Owner: silva-thiago
- Created: 2020-10-08T17:08:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T18:02:53.000Z (about 2 years ago)
- Last Synced: 2023-03-06T22:58:25.824Z (almost 2 years ago)
- Topics: html5, javascript, reddit, reddit-client, sass, scss, vue3, vuejs
- Language: Vue
- Homepage: https://redditclient.vercel.app/
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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/).