zaa / drone-ui

Front-end for the Drone continuous integration server

Home Page:https://github.com/drone/drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/drone/drone

License:Other


Languages

Language:Vue 73.6%Language:JavaScript 25.0%Language:SCSS 1.1%Language:HTML 0.2%