Nav apraksta

liuyu 6f1617cd44 增加行政区划 4 gadi atpakaļ
.vscode 857f158683 增加用户管理 4 gadi atpakaļ
app 6f1617cd44 增加行政区划 4 gadi atpakaļ
config b1e1fd2ed3 hh 4 gadi atpakaļ
test 91949e5f06 设置 4 gadi atpakaļ
.autod.conf.js 91949e5f06 设置 4 gadi atpakaļ
.eslintignore 91949e5f06 设置 4 gadi atpakaļ
.eslintrc 91949e5f06 设置 4 gadi atpakaļ
.gitignore 91949e5f06 设置 4 gadi atpakaļ
.travis.yml 2df63f6a05 站点信息设置服务端更新 4 gadi atpakaļ
README.md faca4d7bcf first commit 4 gadi atpakaļ
appveyor.yml 2df63f6a05 站点信息设置服务端更新 4 gadi atpakaļ
ecosystem.config.js 91949e5f06 设置 4 gadi atpakaļ
package.json 857f158683 增加用户管理 4 gadi atpakaļ
server.js 91949e5f06 设置 4 gadi atpakaļ

README.md

service-setting

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.