定位服务

lrf 79fb6ac460 init 1 ano atrás
app 79fb6ac460 init 1 ano atrás
config 79fb6ac460 init 1 ano atrás
test 79fb6ac460 init 1 ano atrás
.autod.conf.js 79fb6ac460 init 1 ano atrás
.eslintignore 79fb6ac460 init 1 ano atrás
.eslintrc 79fb6ac460 init 1 ano atrás
.gitignore 79fb6ac460 init 1 ano atrás
README.md 79fb6ac460 init 1 ano atrás
app.js 79fb6ac460 init 1 ano atrás
ecosystem.config.js 79fb6ac460 init 1 ano atrás
package.json 79fb6ac460 init 1 ano atrás
server.js 79fb6ac460 init 1 ano atrás

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.