Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 535 Bytes

cafe-v2-mock-server

  1. 技术栈

    1. TypeScript
    2. Koa2
    3. eslint
  2. 依赖安装

    1. typeScript依赖暗转
    yarn add -D typescript @types/node
    2. 初始化tsconfig.json
    npx tsc --init
    3. 配置开发执行脚本
    yarn add -D ts-node-dev npm-run-all
    yarn add -D ts-node-dev npm-run-all
    4. eslint 配置
    yarn add -D eslint typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin
    5. prettier 配置
    yarn add -D prettier eslint-config-prettier