定位服务

lrf 79fb6ac460 init 1 년 전
app 79fb6ac460 init 1 년 전
config 79fb6ac460 init 1 년 전
test 79fb6ac460 init 1 년 전
.autod.conf.js 79fb6ac460 init 1 년 전
.eslintignore 79fb6ac460 init 1 년 전
.eslintrc 79fb6ac460 init 1 년 전
.gitignore 79fb6ac460 init 1 년 전
README.md 79fb6ac460 init 1 년 전
app.js 79fb6ac460 init 1 년 전
ecosystem.config.js 79fb6ac460 init 1 년 전
package.json 79fb6ac460 init 1 년 전
server.js 79fb6ac460 init 1 년 전

README.md

service-position

定位存储服务

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.