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.
rap2-delos/README.md

442 B

rap2-delos CE

JavaScript Style Guide

RAP2 服务端。

http://rap2api.taobao.org

本地开发

npm run dev

测试

npm run test

或者

# 在任意文件变化后自动运行测试用例
npm run watch-test
# 在任意文件变化后自动运行指定的测试用例
npm run watch-test test/test.repository.js