@chazy/vue-cc

Build graph with svg component in a vue way, no dependency

Usage no npm install needed!

<script type="module">
  import chazyVueCc from 'https://cdn.skypack.dev/@chazy/vue-cc';
</script>

README

vue-cc

Build graph with svg component in a vue way, no dependency

install the package

npm i @chazy/vue-cc

use

import Vue from 'vue'
import cc from '@chazy/vue-cc'
Vue.use(cc)

and you ready to use the components, to see some example take a look in example/app.vue