tt0101 d94125a187 init 1 週間 前
..
.github d94125a187 init 1 週間 前
app d94125a187 init 1 週間 前
config d94125a187 init 1 週間 前
.autod.conf.js d94125a187 init 1 週間 前
.eslintignore d94125a187 init 1 週間 前
.eslintrc d94125a187 init 1 週間 前
.gitignore d94125a187 init 1 週間 前
.travis.yml d94125a187 init 1 週間 前
README.md d94125a187 init 1 週間 前
app.js d94125a187 init 1 週間 前
appveyor.yml d94125a187 init 1 週間 前
jsconfig.json d94125a187 init 1 週間 前
package.json d94125a187 init 1 週間 前

README.md

egg-server-admin

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.