https://github.com/ciderapp/download.cider.sh
A mini Vue.js app that uses the Fetch API to dynamically fetch releases from CircleCI.
https://github.com/ciderapp/download.cider.sh
circleci download-file vue
Last synced: 6 months ago
JSON representation
A mini Vue.js app that uses the Fetch API to dynamically fetch releases from CircleCI.
- Host: GitHub
- URL: https://github.com/ciderapp/download.cider.sh
- Owner: ciderapp
- Created: 2022-03-02T02:42:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T06:57:46.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:32:43.064Z (over 1 year ago)
- Topics: circleci, download-file, vue
- Language: CSS
- Homepage: https://download.cider.sh
- Size: 1.81 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# download.cider.sh
This mini Vue.js app uses the Fetch API to dynamically fetch releases from CircleCI.
amogus.
---
To add a branch to the list of branches, add an `` element to `src/App.vue`.
``
- `branch`: The GitHub branch to fetch releases from. **Required**.
- `display-name`: The name to display in the list of branches. **Optional**.
---To change the buttons themselves, edit `src/components/button-row.vue`
---
Non-Cider Org Users: To save changes, create a PR for the `master` branch.
Cider Org Contributors: To deploy this app after a PR, pull, then run `npm run deploy`/`yarn deploy` while logged into your GitHub account via git. It'll push the dist folder to the `gh-pages` branch.