Sem descrição

nihao e5bf363c49 栏目修改 há 5 anos atrás
app e5bf363c49 栏目修改 há 5 anos atrás
config a677d2e518 换成本地数据库 há 5 anos atrás
test 8bc1978969 增加恢复新闻接口 há 6 anos atrás
.autod.conf.js 98b9ec22a7 first commit há 7 anos atrás
.eslintignore 98b9ec22a7 first commit há 7 anos atrás
.eslintrc 1217ae6e61 first commit há 7 anos atrás
.gitignore e5bf363c49 栏目修改 há 5 anos atrás
README.md 711f6f6081 first commit há 6 anos atrás
README.zh-CN.md 711f6f6081 first commit há 6 anos atrás
ecosystem.config.js c44f72f758 há 5 anos atrás
package.json 7c80ad4b90 cms修改,爬虫吉林省事业单位招聘好使 há 5 anos atrás
patch.sh 5a9d34cb77 0314 há 7 anos atrás
server.js dc09f7251b há 6 anos atrás

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.