Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingrayhan/reddit-final-client
https://github.com/kingrayhan/reddit-final-client
nuxt nuxtjs reddit reddit-client
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kingrayhan/reddit-final-client
- Owner: kingRayhan
- Created: 2021-04-01T09:59:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T21:55:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T05:41:55.184Z (3 months ago)
- Topics: nuxt, nuxtjs, reddit, reddit-client
- Language: Vue
- Homepage: https://reddit.rayhan.dev
- Size: 2.37 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Client
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).