绩效模块服务端

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.