Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).