定位服务

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

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.