https://github.com/gmemstr/pogo-vue
Rewrite of Pogo's frontend in Vue.js to match the admin interface
https://github.com/gmemstr/pogo-vue
dashboard feed frontend pogo pogo-vue vue
Last synced: 3 months ago
JSON representation
Rewrite of Pogo's frontend in Vue.js to match the admin interface
- Host: GitHub
- URL: https://github.com/gmemstr/pogo-vue
- Owner: gmemstr
- Created: 2017-12-17T20:54:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T18:18:30.000Z (over 7 years ago)
- Last Synced: 2025-01-26T13:41:30.386Z (4 months ago)
- Topics: dashboard, feed, frontend, pogo, pogo-vue, vue
- Language: JavaScript
- Size: 124 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pogo-vue
This repository holds the source code for the new Vue.js-based webapps for Pogo's frontend. It's divided into two directories.
- `admin/` is the where the admin interface is, ported from the DeV interface in the main Pogo repository.
- `main/` is the client frontend for perusing the feed and listening to episodes.
You can run the `build.bat`/`build.sh` script (dependant on your OS) to automatically build the entire frontend for production.