Sen descrición

liuyu 3ae4209246 增加上传视频格式 %!s(int64=4) %!d(string=hai) anos
app 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 %!s(int64=5) %!d(string=hai) anos
config 3ae4209246 增加上传视频格式 %!s(int64=4) %!d(string=hai) anos
test 1e449093d2 upload接口增加路径参数item,用来指定上传后的文件名 %!s(int64=5) %!d(string=hai) anos
.autod.conf.js db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
.eslintignore db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
.eslintrc db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
.gitignore db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
README.md db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
README.zh-CN.md db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
ecosystem.config.js db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos
package.json fdde9da9b7 upgrade %!s(int64=5) %!d(string=hai) anos
server.js db4bdae68b first commit %!s(int64=6) %!d(string=hai) anos

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.