吉林专利市场服务端

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

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.