How can we use libraries like d3.js along with Vue.js framework? I have created a view with Vue which gets a JSON from a REST call which has to be now converted into a graph using D3.js. I have downloaded the minified version of D3.js into my libs folder. How should i refer the fetched JSON to D3's api to render the SVG graph into the DOM?
Thanks for your time!