asd123a20 b20fcbb613 修改菜单,修改积分接口 il y a 2 ans
..
app b20fcbb613 修改菜单,修改积分接口 il y a 2 ans
config 3e01ab5213 添加积分管理菜单、网关、修改积分管理 il y a 2 ans
test 2c96ef3cab 2022/4/21提交 il y a 2 ans
.autod.conf.js 2c96ef3cab 2022/4/21提交 il y a 2 ans
.eslintignore 2c96ef3cab 2022/4/21提交 il y a 2 ans
.eslintrc 2c96ef3cab 2022/4/21提交 il y a 2 ans
.gitignore 2c96ef3cab 2022/4/21提交 il y a 2 ans
.travis.yml 2c96ef3cab 2022/4/21提交 il y a 2 ans
README.md 2c96ef3cab 2022/4/21提交 il y a 2 ans
appveyor.yml 2c96ef3cab 2022/4/21提交 il y a 2 ans
ecosystem.config.js 2c96ef3cab 2022/4/21提交 il y a 2 ans
jsconfig.json 2c96ef3cab 2022/4/21提交 il y a 2 ans
package.json 464f42c862 新增积分管理,积分配置,积分日志 服务 il y a 2 ans
server.js 2c96ef3cab 2022/4/21提交 il y a 2 ans

README.md

service-code

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.