05 2017 档案
摘要:React es6语法 class Counter extends Component { static propTypes = { 报错。 两个解决方案: 1.等号改为冒号,但是看着别扭 2.yarn add babel-preset-stage-0 { "presets": ["react",
阅读全文
摘要:执行yarn install node-sass 报error \node-sass: Command failed. 原因:文件下载不到,可能是因为被墙. 1.最简单的方法 cnpm install node-sass(gulp-sass) 2.如果必须要用yarn 安装 则需要手动去下载文件,然
阅读全文
摘要:"no-alert": 0,//禁止使用alert confirm prompt "no-array-constructor": 2,//禁止使用数组构造器 "no-bitwise": 0,//禁止使用按位运算符 "no-caller": 1,//禁止使用arguments.caller或arguments.callee "no-catch-shadow": 2,//禁止catch子句参数与外部...
阅读全文
摘要:使用说明: jsx内部的代码先用Ctrl+q格式化一遍,再Ctrl+S保存 或者也可以将Sublime JSFMT设置为 "autoformat": true, 则每次保存会有一两秒卡顿. 插件1 JsFormat : Settings - User 插件2 Sublime JSFMT : Sett
阅读全文