The Wayback Machine - https://web.archive.org/web/20200617225702/https://github.com/drone/drone-ui
Skip to content
Front-end for the Drone continuous integration server
Vue JavaScript CSS HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github snapshot vue prototype Oct 29, 2018
dist update timestamp format to include am/pm Mar 26, 2020
public Removed sync animation Mar 17, 2019
src Fix cut-off letter in stage name Apr 10, 2020
.gitignore Search and BuildsFeed pages for mobile Dec 14, 2018
LICENSE.md Create LICENSE.md Apr 7, 2020
README.md update pages Oct 30, 2018
babel.config.js snapshot vue prototype Oct 29, 2018
package-lock.json Removed sync animation Mar 17, 2019
package.json Removed sync animation Mar 17, 2019
vue.config.js Added Tooltips for Settings page Apr 28, 2019

README.md

drone-ui

Configuration

Create a .env.development.local file with the drone server address (no trailing slash) and your drone user token:

VUE_APP_DRONE_SERVER=https://drone.company.com
VUE_APP_DRONE_TOKEN=f0af17449a83681de22db7ce16672f16

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint
You can’t perform that action at this time.