吉林专利市场服务端

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.