vuetify注意(自己记录)
vue cli3.x创建项目cd [dir]vue create projectnamecd projectnamenpm run serve添加vuetifyvue add vuetify注意事项//更改google字体链接<link rel="stylesheet" href="https://fonts.cat.ne
·
- vue cli3.x创建项目
cd [dir]
vue create projectname
cd projectname
npm run serve
- 添加vuetify
vue add vuetify
- 注意事项
//更改google字体链接
<link rel="stylesheet" href="https://fonts.cat.net/">
<link rel="stylesheet" href="https://fonts.cat.net/">
如果不更改可能会出现延时大或者主题不加载情况
更多推荐
已为社区贡献1条内容
所有评论(0)