1. 将ico图标放到static目录下
2. 在 build/webpack.dev.conf.js 文件修改
 
    new HtmlWebpackPlugin({
...
favicon: './static/favicon.ico' //首页图标
})
3.index.html 文件添加
    <link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon"/>
4. 重启服务
npm run dev

最新文章

  1. MySQL生成模型
  2. 堆排序 Heapsort
  3. winform 使用 ReportViewer做报表
  4. cocoapods安装以及使用,安装过程中ruby版本过低
  5. 破解软件感悟-PE文件格式之Import Table(引入表)(四)
  6. windows phone URI映射
  7. PAT_1007 素数对猜想
  8. POJ 3458 Colour Sequence(简单题)
  9. python有些错误换行问题解决
  10. PHP 无限级分类(递归)
  11. shell if相关参数
  12. 让linux 服务器网卡物理口不停闪烁
  13. Redis之(一)初识Redis
  14. CodeForces Round #545 Div.2
  15. ArcSDE10.1配置Oracle 监听器来使用SQL操作ST_Geometry(个人改动版)
  16. bzoj 2054: 疯狂的馒头(线段树||并查集)
  17. linux安装lamp/lamp/lanmp
  18. 【高并发解决方案】7、一致性hash解读
  19. 计蒜客-跳跃游戏二 (简单dp)
  20. Implement a deployment tool such as Ansible, Chef, Puppet, or Salt to automate deployment and management of the production environment

热门文章

  1. rsync启动脚本
  2. [LeetCode] 373. Find K Pairs with Smallest Sums 找和最小的K对数字
  3. Dojo入门:dojo中的事件处理
  4. Day05:循环问题 / 数组
  5. 【PI系列】SAP IDOC发送状态03,PI没有收到消息的解决办法
  6. kettle学习资料
  7. 为什么要malloc()?何时要malloc()?如何使用malloc()?
  8. 【转帖】Linux系统上面qemu 模拟arm
  9. Sqlserver限制用户访问指定数据库
  10. $Prufer$序列