吉林专利市场服务端

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.