Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asyrafhussin/vue-showerthoughts
Simple Vue.js app that pulls showerthoughts from the Reddit API
https://github.com/asyrafhussin/vue-showerthoughts
fullpagejs reddit-api showerthoughts vuejs
Last synced: 5 days ago
JSON representation
Simple Vue.js app that pulls showerthoughts from the Reddit API
- Host: GitHub
- URL: https://github.com/asyrafhussin/vue-showerthoughts
- Owner: AsyrafHussin
- Created: 2020-04-05T00:35:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T06:02:52.000Z (over 3 years ago)
- Last Synced: 2024-11-14T23:31:49.704Z (2 months ago)
- Topics: fullpagejs, reddit-api, showerthoughts, vuejs
- Language: Vue
- Homepage: https://vue-showerthoughts-ah.netlify.com
- Size: 1.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-showerthoughts
Simple Vue.js app that pulls showerthoughts from the Reddit API
[vue-showerthoughts-ah.netlify.com](https://vue-showerthoughts-ah.netlify.com)
[![Netlify Status](https://api.netlify.com/api/v1/badges/38bfd126-7787-44f6-8125-7a162cbe85a3/deploy-status)](https://app.netlify.com/sites/showerthoughts-asyrafhussin/deploys)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).