Avatar notebook default
10篇文章 · 5428字 · 1人关注
  • js代码规范常用解决方案

    1,vue框架 npm install eslint-plugin-vue 在.eslintrc文件里添加{"extends": "plugin...

  • 常用工具备忘

    browser-sync html2canvas

  • react 给对象方法自动绑定this

    Combining two ES6+ features – arrow functions and property initializers ...

  • use strict

    严格模式下dom的style属性为只读,当直接赋值时在某些平台如ios会报错,例:document.body.style = 'width: 1...

  • 实现import按需加载

    采用 蚂蚁金服antd 开发的babel插件 <a href="https://github.com/ant-design/babel-plug...

  • Atom Plugins (atom 常用插件) 汇总

    activate-power-mode URL https://atom.io/packages/activate-power-mode 简介 ...

    0.5 3776 0 22
  • eslint 规则

    URL http://eslint.org/docs/rules/ 中文 http://eslint.cn/docs/rules/ 详细说明 规...

  • 前端自动化-详细需求

    背景 目前公司的web前端页面是基于php框架之上,每次页面代码提交之后,由php同事进行数据处理及发布上线,十分不方便;由于前后端代码放在一起...

  • 前端自动化-构思

    需求 前端项目自动化,支持编译,打包,上线,测试自动化 技术问题 1 路由配置2 增量发布3 单项目开发4 文件监控 技术 1 webpack2...

文集作者