Sin descripción

liuyu 3ae4209246 增加上传视频格式 hace 4 años
app 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 hace 5 años
config 3ae4209246 增加上传视频格式 hace 4 años
test 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 hace 5 años
.autod.conf.js db4bdae68b first commit hace 6 años
.eslintignore db4bdae68b first commit hace 6 años
.eslintrc db4bdae68b first commit hace 6 años
.gitignore db4bdae68b first commit hace 6 años
README.md db4bdae68b first commit hace 6 años
README.zh-CN.md db4bdae68b first commit hace 6 años
ecosystem.config.js db4bdae68b first commit hace 6 años
package.json fdde9da9b7 upgrade hace 5 años
server.js db4bdae68b first commit hace 6 años

README.md

filestore

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.