A collection of vue components to build an awesome tech radar.
https://douglaseggleton.github.io/vue-tech-radar/
<template>
<div id="app">
<radar></radar>
<radar-legend></radar-legend>
</div>
</template>
<script>
import RadarLegend from './RadarLegend.vue'
import Radar from './Radar.vue'
export default {
name: 'app',
components: {
RadarLegend,
Radar
}
}
</script>
Author: douglaseggleton
Official Website: https://github.com/douglaseggleton/vue-tech-radar
#vuejs #javascript #vue-js