You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
442 B
442 B
rap2-delos CE
RAP2 服务端。
本地开发
npm run dev
测试
npm run test
或者
# 在任意文件变化后自动运行测试用例
npm run watch-test
# 在任意文件变化后自动运行指定的测试用例
npm run watch-test test/test.repository.js