Sin descripción

lrf402788946 7ee3685ea4 修改順序 hace 5 años
app 7ee3685ea4 修改順序 hace 5 años
config 03eb1e2edf upgrade hace 5 años
test 8bc1978969 增加恢复新闻接口 hace 6 años
.autod.conf.js 98b9ec22a7 first commit hace 7 años
.eslintignore 98b9ec22a7 first commit hace 7 años
.eslintrc 1217ae6e61 first commit hace 7 años
.gitignore 8777e72a9a hace 6 años
README.md 711f6f6081 first commit hace 6 años
README.zh-CN.md 711f6f6081 first commit hace 6 años
ecosystem.config.js c44f72f758 hace 5 años
package.json c44f72f758 hace 5 años
patch.sh 5a9d34cb77 0314 hace 7 años
server.js dc09f7251b hace 6 años

README.md

smart-user

smart jobs platform cms service

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.