asd123a20 2f316c5e8a 增加文件管理下载接口,增加文件管理网关配置 2 年 前
..
app 2f316c5e8a 增加文件管理下载接口,增加文件管理网关配置 2 年 前
config 2f316c5e8a 增加文件管理下载接口,增加文件管理网关配置 2 年 前
test feffc3bc55 2 年 前
.autod.conf.js feffc3bc55 2 年 前
.eslintignore feffc3bc55 2 年 前
.eslintrc feffc3bc55 2 年 前
.gitignore feffc3bc55 2 年 前
.travis.yml feffc3bc55 2 年 前
README.md feffc3bc55 2 年 前
appveyor.yml feffc3bc55 2 年 前
ecosystem.config.js feffc3bc55 2 年 前
jsconfig.json feffc3bc55 2 年 前
package.json feffc3bc55 2 年 前
server.js feffc3bc55 2 年 前

README.md

service-files

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.