/larou-azure-devops-status

A clean front-end program to check the build status of the azure devops. Using Vue.js and Azure Cloud APIs to fetch and display the status.

Primary LanguageVue

larou-azure-devops-status

Project setup

npm install

Create the configuration file and complete it

cd /src/
mv config.example.ts config.ts
vim config.ts

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint