|
il y a 4 ans | |
---|---|---|
app | il y a 4 ans | |
config | il y a 4 ans | |
.autod.conf.js | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.travis.yml | il y a 4 ans | |
README.zh-CN.md | il y a 4 ans | |
app.js | il y a 4 ans | |
appveyor.yml | il y a 4 ans | |
builder.js | il y a 4 ans | |
package.json | il y a 4 ans | |
report.20200818.130206.6868.0.001.json | il y a 4 ans |
计量支付Web
如需进一步了解,参见 egg 文档。
bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
$ npm run test-local 本地运行单元测试
$ npm test 线上运行单元测试
注意: 运行单元测试必须停掉运行的网站,命令才能执行成功
npm run lint
来做代码风格检查。npm test
来执行单元测试。npm run autod
来自动检测依赖更新,详细参见 autod 。