项目中常用插件

项目常用插件:

  1. lodash - - 前端开发库
  2. moment - - 控制时间日期格式的
  3. numeral - - 处理时间显示格式的
  4. xlsx - - excel表格的操控的
  5. wangEditor - - 富文本编辑器(还有很多不同的富文本编辑器)
  6. Echars - - 图形化表格
  7. coreJS - - 将ES6转为ES5代码,类似babel,比babel更强
  8. husky - - 代码规范
  9. eslint-config-airbnb - - 让代码提交的时候先执行一次代码,如果有报错不让提交
  10. js-sha256 - - 编码工具。
  11. qs:具有一些附加安全性的querystring解析和字符串化库。
  12. sanitize-html - - 过滤脏标签的。
  13. css库:
  1. Animista【http://animista.net/】
  2. Animate CSS【https://daneden.github.io/animate.css/】
  3. Vivify【http://vivify.mkcreative.cz/】
  4. Magic Animations CSS3【https://www.minimamente.com/project/magic/】
  5. cssanimation.io【http://cssanimation.io/index.html】
  6. Angrytools【https://angrytools.com/css/animation/】
  7. Hover.css【http://ianlunn.github.io/Hover/】
  8. WickedCSS【http://kristofferandreasen.github.io/wickedCSS/#】
  9. Three Dots【https://nzbin.github.io/three-dots/#】
  10. CSShake【https://elrumordelaluz.github.io/csshake/#】
  1. react-qrcode-logo - - 生成二维码的
  2. simple2canvas - - 画海报https://simple2canvas.netlify.app/#/custom_type
自己想封装自己的脚手架的话:

www.npmjs.com/package/commander
www.npmjs.com/package/inquirer
www.npmjs.com/package/chalk

你可能感兴趣的:(项目开发实用小技巧,项目实战)