记录一些比较常用的功能实用库
1、处理时间的库
dayjs :Day.js中文网 (fenxianglu.cn)
date-fns : date-fns - modern JavaScript date utility library
moment.js : 首页 | Moment.js 中文文档 (bootcss.com)
luxon : Home (moment.github.io)
2、订阅发布
PubSubJS :GitHub - mroderick/PubSubJS: Dependency free publish/subscribe for JavaScript
3、异步执行
async : async - Documentation (caolan.github.io)
4、HTTP 请求
axios :起步 | Axios中文文档 | Axios中文网 (axios-http.cn)