koa,typescript 服务端开发案例
yarn run jwt
#or
npm run jwt
yarn run csrf
#or
npm run csrf
yarn run httpCache
#or
npm run httpCache
# 在package.json 中 script 命令上添加 --inspect
"scripts": {
...
"csrf": "tsc && DEBUG=watcher nodemon --inspect ./bin/index.js csrf"
...
},
使用Chrome DevTools
即可愉快 debug 了