Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ drone-ui Public archive
forked from imranismail/drone-ui

Front-end for the Drone continuous integration server

License

Notifications You must be signed in to change notification settings

kfit-dev/drone-ui

 
 

Repository files navigation

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

About

Front-end for the Drone continuous integration server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 74.4%
  • JavaScript 24.3%
  • SCSS 1.1%
  • HTML 0.2%