Ei kuvausta

dygapp 946844e0f6 修改文件上传配置 6 vuotta sitten
app db4bdae68b first commit 6 vuotta sitten
config 946844e0f6 修改文件上传配置 6 vuotta sitten
test 2950d22b72 test 6 vuotta sitten
.autod.conf.js db4bdae68b first commit 6 vuotta sitten
.eslintignore db4bdae68b first commit 6 vuotta sitten
.eslintrc db4bdae68b first commit 6 vuotta sitten
.gitignore db4bdae68b first commit 6 vuotta sitten
README.md db4bdae68b first commit 6 vuotta sitten
README.zh-CN.md db4bdae68b first commit 6 vuotta sitten
ecosystem.config.js db4bdae68b first commit 6 vuotta sitten
package.json db4bdae68b first commit 6 vuotta sitten
server.js db4bdae68b first commit 6 vuotta sitten

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.