吉林专利市场服务端

guhongwei 7740ae3fa0 1 2 년 전
.github 10656a2d5e init 2 년 전
app 7740ae3fa0 1 2 년 전
config 7236450b08 专利查询 2 년 전
readme 10656a2d5e init 2 년 전
test 1ece530a7a 专利信息 2 년 전
.autod.conf.js 10656a2d5e init 2 년 전
.eslintignore 10656a2d5e init 2 년 전
.eslintrc 10656a2d5e init 2 년 전
.gitignore 10656a2d5e init 2 년 전
.travis.yml 10656a2d5e init 2 년 전
README.md 10656a2d5e init 2 년 전
app.js 10656a2d5e init 2 년 전
appveyor.yml 10656a2d5e init 2 년 전
ecosystem.config.js 10656a2d5e init 2 년 전
package.json 10656a2d5e init 2 년 전
server.js 10656a2d5e init 2 년 전

README.md

server-user

服务-用户管理

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.