https://github.com/pietheinstrengholt/rssmonster-vue
An attempt to replace RSSMonster with a VueJS front-end -> https://github.com/pietheinstrengholt/rssmonster
https://github.com/pietheinstrengholt/rssmonster-vue
infinite-scroll-plugin vue vuejs waypoints
Last synced: 6 months ago
JSON representation
An attempt to replace RSSMonster with a VueJS front-end -> https://github.com/pietheinstrengholt/rssmonster
- Host: GitHub
- URL: https://github.com/pietheinstrengholt/rssmonster-vue
- Owner: pietheinstrengholt
- Created: 2017-09-01T12:00:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T16:45:42.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T11:34:30.684Z (8 months ago)
- Topics: infinite-scroll-plugin, vue, vuejs, waypoints
- Language: Vue
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rssmonster
> RSSMonster
An attempt to recreate RSSMonster with a VueJS front-end.## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).