[分享] 最流行的 10 个 JavaScript 库
发布于 3 年前 作者 hfpp2012 1953 次浏览 来自 分享
粉丝福利 : 关注VUE中文社区公众号,回复视频领取粉丝福利

1. Lodash

https://github.com/lodash/lodash

一个工具库,用得还蛮多。

2. Chalk

https://github.com/chalk/chalk

给终端加上颜色的,我用的是 colors,这个还没用过

  1. React Core

这个没人不知道的吧。

https://reactjs.org/

  1. Debug

调试用的,后端的可以用用,我曾经用过。

https://github.com/visionmedia/debug

  1. Commander

https://github.com/tj/commander.js/

开发命令行工具用的,命令行工具用它就对了。

  1. Request

https://github.com/request/request

感觉有点老了,没用过,用得最多的是 axios。

  1. Async

es7 没出来的时候,很多人用吧,现在还有人用它吗?

  1. Express

https://github.com/expressjs/express

这个不用多说,太多人用了,我也正在用。

用它实现一个商城,简单的!

  1. Moment

听说这个库很大,不过用的人确实多,现在应该会被 dayjs 代替掉吧。

  1. Fs-extra

https://github.com/jprichardson/node-fs-extra

操作文件系统用的,比如复制,移动文件这些。

回到顶部