Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

PGS-dev/technology-radar-ui

Repository files navigation

technology-radar-ui

Technology Radar UI

This project is an user interface for visualising technology radars stored as spreadsheets

To visualise your own radar:

##Example radars

Frontend

.NET

Other links

Backend

Build Setup

# install dependencies
npm install

# serve with hot reload
npm run start

# build for production with minification
npm run build

Deployment

First install npm install gh-pages -g and then:

npm install
npm run build
npm run deploy

For detailed explanation on how things work, checkout the guide and docs for vue-loader.