Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 425 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 425 Bytes

Setup

安装包依赖

npm install

运行脚本

运行测试:

npm test

运行监视模式:

npm test:watch

输出测试覆盖率:

npm test:coverage

代码风格检测:

npm lint

代码在提交前会自动检查代码风格和代码自动格式化,请处理 lint 问题后再提交代码。

启动 Json Server http://localhost:3000

npm run json-server