/technology-radar-ui

[DEPRECATED] Repository transferred to BitBucket

Primary LanguageCSS

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.