Skip to content

TWU-C-Tech-Trainee/javascript-exercise

Repository files navigation

Setup

安装包依赖

npm install

运行脚本

运行测试:

npm test

运行监视模式:

npm test:watch

输出测试覆盖率:

npm test:coverage

代码风格检测:

npm lint

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

启动 Json Server http://localhost:3000

npm run json-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published