使用vue create
创建新项目后,我想集成vuematerial.io
中的vue材料。
我通过npm安装了软件包
npm install vue-material --save
但是当我收到以下说明时,我不知道该怎么办
这是可选的,但要获得最佳体验,请使用Google CDN中的Roboto和Google图标:
<link rel="stylesheet" href="//fonts.googleapis.com/css?> family=Roboto:400,500,700,400italic|Material+Icons">
应该在哪里添加此行?
我没有.thtml文件,我有main.js,App.vue,HelloWorld.vue,但是没有.html。
如何将其与基础.vue项目集成?
答案 0 :(得分:1)
感谢@Phil
我没有看到public/index.html
。