[文章] 《我在淘宝做前端的这三年 — 第三年》:https://juejin.im/post/5c811e426fb9a04a0c2f3bdb
[文章] 使用 Puppeteer 搭建统一海报渲染服务:https://mp.weixin.qq.com/s/fpdz1KK0kkogFxAmAq7VkA
[类库] ESLint 检查 GraphQL 语法是否正确:https://github.com/apollographql/eslint-plugin-graphql
[类库] memfs 是一个基于内存的 “文件操作 API ” 但它不直接的写入磁盘中,而是文件中适用于 Mock 生成:https://github.com/streamich/memfs
import { fs } from 'memfs';
fs.writeFileSync('/hello.txt', 'World!');
fs.readFileSync('/hello.txt', 'utf8'); // World!
GitHub: https://github.com/wubaiqing/zaobao 查看更多