使用Vue开发Chrome插件 - 掘金 - 种子方式 preset 脚手架

原文链接: 前言我当时学习开发Chrome插件的时候,还不会Vue,更别说Webpack了,所以使用的都是原生的html开发,效率就不提了,而这次就准备使用vuecli来进行编写一个13站获取视频信息,评论的功能(原本是打算做自动回复的),顺便巩固下chrome开发(快一年没碰脚本类相关技术了),顺便写套模板供自己后续编写Chrome插件做铺垫。关于Chrome插件开发的基本知识就不...
阅读全文

解决sass-loader和node-sass版本冲突问题(太难了)_胡金水的博客-CSDN博客 ---- 解决思路正确 ---- node升级带来node-sass问题 ---- 问题已解决

  太难了,两天没有学习了,这个问题卡了很久,差点就放弃了,今天终于解决了,继续学习! 报错信息1:```logERROR Failed to compile with 6 errors 7:45:21 PM erro...
阅读全文

yarn 全局安装 electron At centos

```bash yarn global add electronyarn global v1.21.1 Resolving packages... Fetching packages... Linking dependencies... Building fresh packages...success Installed "electron@8.0.2" with b...
阅读全文

webstorm提示TypeError: this.cliEngine is not a constructor_开发工具_lzc的博客-CSDN博客

点击details在控制台显示报错的位置```TypeError: this.cliEngine is not a constructor at ESLintPlugin.invokeESLint (/Applications/RubyMine.app/Contents/plugins/JavaScriptLanguage/languageService/eslint/bin/esli...
阅读全文

yarn (npm) 切换设置镜像源 - _林冲 - 博客园

设置镜像源1、查看一下当前源1`yarn config get registry`2、切换为淘宝源1`yarn config set registry https:``//registry.npm.taobao.org`3、或者切换为自带的1`yarn config set registry https:``//registry.yarnpkg.c...
阅读全文

[重要] 微信 浏览器 尺寸 亲测可用 项目记录

| 型号 | 宽 | 高 | 实际高 || | | | || 微信端 iphone 5 / 5c / 5s /se | 320 | 504 | 568 || 微信端 iPhone 6 / 6s / 7 | 375 | 603 | 667 || 微信端 iPhone 6 / 6s / 7 plus | 414 | 672 | 736 || 微信端...
阅读全文

关于<meta http-equiv="Content-Type" content="text/html:charset=UTF-8"> - SkyTeam_LBM - 博客园

meta是html的元标签,其中包含了对应html的相关信息,客户端浏览器或服务端程序都会根据这些信息进行处理. 我们以<meta httpequiv="ContentType" content="text/html:charset=UTF8"为例子来说明: http类型:这个网页是表现内容用的 content(内容类型):这个网页的格式是文本的 charset(编码):这个网页的...
阅读全文

html5 - <meta charset="utf-8"> vs <meta http-equiv="Content-Type"> - Stack Overflow

In order to define charset for HTML5 Doctype, which notation should I use? 记录此问题主要是百度统计诊断建议 字符集声明: 有1个问题 如果<head>部分未定义字符集,将增加页面渲染次数,速度减慢。
阅读全文

如何在laravel 项目中运用基于bootstrap Sass文件结构 编译自己的Sass文件 - 简书

首先进入<codebootstrap</code官网_如图:__下载好以后解压完目录:_Sass 文件目录.png_我们只需要吧 <codeassets</code 这个目录放到项目public下面,文件目录结构图:_assets目录.png 然后点开 <codestylesheets</code 文件夹,我们会看到文件夹名字前面都有 \\_ \\下划...
阅读全文

UML 时序图 工具 WebSequenceDiagrams - Draw sequence diagrams online in seconds

在线 uml 时序图 工具 https://www.websequencediagrams.com/
阅读全文