After creating a fresh new project using vue create, I would like to integrate vue material, from vuematerial.io.
I installed, via npm, the package
npm install vue-material --save
But then when I reach the following instruction I don't know what to do
It's optional, but to have the best experience possible, use Roboto and Google Icons from Google CDN:
<link rel="stylesheet" href="//fonts.googleapis.com/css?> family=Roboto:400,500,700,400italic|Material+Icons">
Where is supposed I add this line?
I've no .thtml file, I have a main.js, App.vue, HelloWorld.vue, but no .html.
How to integrate it with a base .vue project?
public/index.html