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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T18:02:53.000Z (over 3 years ago)
- Last Synced: 2025-07-27T05:31:25.460Z (11 months ago)
- Topics: html5, javascript, reddit, reddit-client, sass, scss, vue3, vuejs
- Language: Vue
- Homepage: https://redditclient.vercel.app/
- Size: 3.4 MB
- Stars: 1
- 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/).