绩效模块服务端

guhongwei 7df5c928f3 Merge branch 'master' of http://git.cc-lotus.info/laboratory/server-achievement пре 3 година
.github 51b39961a0 init пре 3 година
app 7df5c928f3 Merge branch 'master' of http://git.cc-lotus.info/laboratory/server-achievement пре 3 година
config 51b39961a0 init пре 3 година
test 51b39961a0 init пре 3 година
.autod.conf.js 51b39961a0 init пре 3 година
.eslintignore 51b39961a0 init пре 3 година
.eslintrc 51b39961a0 init пре 3 година
.gitignore 51b39961a0 init пре 3 година
.travis.yml 51b39961a0 init пре 3 година
README.md 51b39961a0 init пре 3 година
app.js 51b39961a0 init пре 3 година
appveyor.yml 51b39961a0 init пре 3 година
package.json fa05e39e6a 更新框架,2级账号对3级账号的申请查询参数修改中间件 пре 3 година
中央对地方共同财政事权转移支付区域绩效目标表2022-定稿.xls 9a6ce4725f 改了很多,忘了 пре 3 година
绩效目标申报表说明.doc 9a6ce4725f 改了很多,忘了 пре 3 година

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.