绩效模块服务端

lrf 9e71a7efcb 生产环境 2 年之前
.github 51b39961a0 init 2 年之前
app 0aa6d81ff7 添加还原和记录 2 年之前
config 9e71a7efcb 生产环境 2 年之前
test 51b39961a0 init 2 年之前
.autod.conf.js 51b39961a0 init 2 年之前
.eslintignore 51b39961a0 init 2 年之前
.eslintrc 51b39961a0 init 2 年之前
.gitignore 51b39961a0 init 2 年之前
.travis.yml 51b39961a0 init 2 年之前
README.md 51b39961a0 init 2 年之前
app.js 51b39961a0 init 2 年之前
appveyor.yml 51b39961a0 init 2 年之前
ecosystem.config.js dd05075999 pm2 2 年之前
package.json fa05e39e6a 更新框架,2级账号对3级账号的申请查询参数修改中间件 2 年之前
server.js dd05075999 pm2 2 年之前
中央对地方共同财政事权转移支付区域绩效目标表2022-定稿.xls 9a6ce4725f 改了很多,忘了 2 年之前
绩效目标申报表说明.doc 9a6ce4725f 改了很多,忘了 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.