1. Lodash
imagehttps://github.com/lodash/lodash
一个工具库,用得还蛮多。
2. Chalk
imagehttps://github.com/chalk/chalk
给终端加上颜色的,我用的是 colors,这个还没用过
3. React Core
image这个没人不知道的吧。
4. Debug
image调试用的,后端的可以用用,我曾经用过。
https://github.com/visionmedia/debug
5. Commander
imagehttps://github.com/tj/commander.js/
开发命令行工具用的,命令行工具用它就对了。
6. Request
imagehttps://github.com/request/request
感觉有点老了,没用过,用得最多的是 axios。
7. Async
imagees7 没出来的时候,很多人用吧,现在还有人用它吗?
8. Express
imagehttps://github.com/expressjs/express
这个不用多说,太多人用了,我也正在用。
用它实现一个商城,简单的!
9. Moment
image听说这个库很大,不过用的人确实多,现在应该会被 dayjs 代替掉吧。
10. Fs-extra
imagehttps://github.com/jprichardson/node-fs-extra
操作文件系统用的,比如复制,移动文件这些。
网友评论