https://github.com/sevenoutman/rsshub-reader
https://github.com/sevenoutman/rsshub-reader
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sevenoutman/rsshub-reader
- Owner: SevenOutman
- Created: 2018-05-15T15:58:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T14:52:29.000Z (almost 8 years ago)
- Last Synced: 2025-06-24T07:08:00.649Z (12 months ago)
- Language: Vue
- Size: 8.79 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSSHub Reader
> Reader for [RSSHub](https://rsshub.js.org)
## 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
# build for production and view the bundle analyzer report
npm run build --report
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).