绩效模块服务端

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