Sem descrição

dygapp a9742e0458 修改文件上传撇子 há 6 anos atrás
app db4bdae68b first commit há 6 anos atrás
config a9742e0458 修改文件上传撇子 há 6 anos atrás
test 2950d22b72 test há 6 anos atrás
.autod.conf.js db4bdae68b first commit há 6 anos atrás
.eslintignore db4bdae68b first commit há 6 anos atrás
.eslintrc db4bdae68b first commit há 6 anos atrás
.gitignore db4bdae68b first commit há 6 anos atrás
README.md db4bdae68b first commit há 6 anos atrás
README.zh-CN.md db4bdae68b first commit há 6 anos atrás
ecosystem.config.js db4bdae68b first commit há 6 anos atrás
package.json db4bdae68b first commit há 6 anos atrás
server.js db4bdae68b first commit há 6 anos atrás

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.