随笔分类 -  浏览器

浏览器类的总结
摘要:这里通过使用Browser Sync这个模块去启动一个具有热更新能力的一个server > browser-sync . --files **/*.js 使用nodemon工具 nodemon --experimental-modules esm.mjs 阅读全文
posted @ 2021-09-06 20:49 芥末Yuki 阅读(56) 评论(0) 推荐(0)
摘要:比如想在本地获取到https://unpkg.com/element-ui@2.15.1/lib/theme-chalk/index.css这个文件的内容 1 getFile (url, isBlob = false) { 2 return new Promise((resolve, reject) 阅读全文
posted @ 2021-05-06 13:56 芥末Yuki 阅读(231) 评论(0) 推荐(0)
摘要:直接使用项目名称搜索或者需要使用高级搜索:https://github.com/search 按照趋势搜索:https://github.com/trending 按照热门搜索:https://github.com/topics 转载链接:https://www.zhihu.com/question 阅读全文
posted @ 2021-04-25 07:09 芥末Yuki 阅读(404) 评论(0) 推荐(0)
摘要:详解见:https://jingyan.baidu.com/article/27fa7326a45ad646f8271f9d.html 在Windows电脑中,找到Chrome浏览器的快捷方式,选中该快捷方式,按下鼠标右键,在弹出菜单中选择"属性"。 在弹出的属性对话框中选择"快捷方式"页签,在目标 阅读全文
posted @ 2021-04-25 06:09 芥末Yuki 阅读(717) 评论(0) 推荐(0)
摘要:将网址中的https,换成http即可访问成功。 阅读全文
posted @ 2021-04-24 08:50 芥末Yuki 阅读(2124) 评论(0) 推荐(0)