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.
 
 
 
 
 
Go to file
Bosn 6d64344c31 first submit 7 years ago
config first submit 7 years ago
public first submit 7 years ago
scripts first submit 7 years ago
src first submit 7 years ago
test first submit 7 years ago
.gitignore first submit 7 years ago
.jshintrc first submit 7 years ago
.travis.yml first submit 7 years ago
README.md first submit 7 years ago
dispatch.js first submit 7 years ago
package.json first submit 7 years ago
rap2-delos.release first submit 7 years ago

README.md

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