vue 和 vue-material:如何开始?
vue and vue-material: how to start?
在使用 vue create
创建一个全新的项目后,我想集成来自 vuematerial.io
.
的 vue material
我通过 npm 安装了包
npm install vue-material --save
但是当我看到下面的指令时,我不知道该怎么办
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">
我应该在哪里添加这一行?
我没有 .thtml 文件,我有 main.js、App.vue、HelloWorld.vue,但没有 .html.
如何将其与基础 .vue 项目集成?
感谢@Phil
我没有看到 public/index.html
。
在使用 vue create
创建一个全新的项目后,我想集成来自 vuematerial.io
.
我通过 npm 安装了包
npm install vue-material --save
但是当我看到下面的指令时,我不知道该怎么办
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">
我应该在哪里添加这一行?
我没有 .thtml 文件,我有 main.js、App.vue、HelloWorld.vue,但没有 .html.
如何将其与基础 .vue 项目集成?
感谢@Phil
我没有看到 public/index.html
。