HD Superman
HD Superman
HD Superman
Across the Great Wall, we can reach every corner in the world.
Joined 3 years ago
·https://github.com/hdsuperman
JanFebMarAprMayJuneJulyAugSeptOctNovDec
HD Superman
·

pipencil 登录这个就可以啦~现在已经可以使用了(生成要等待,有个快速版本还在上线中)

HD Superman
·

技术栈偏前端,练手的话可以在 dribbble 上找一些自己喜欢的设计,尝试实现。

HD Superman
·

已 star smile

HD Superman
·

mswjs 有一个折中的方法:让 msw mock 独立运行,不依赖于 nextjs/react 等前端环境。

插件:http-middleware

// eslint-disable-next-line import/no-extraneous-dependencies
import { createServer } from '@mswjs/http-middleware';
import { handlers } from './handlers';

const httpServer = createServer(...handlers);
httpServer.listen(9090);