설명 없음

nihao 1f1ee2a070 新增栏目与菜单 5 년 전
app 1f1ee2a070 新增栏目与菜单 5 년 전
config 03eb1e2edf upgrade 5 년 전
test 8bc1978969 增加恢复新闻接口 6 년 전
.autod.conf.js 98b9ec22a7 first commit 7 년 전
.eslintignore 98b9ec22a7 first commit 7 년 전
.eslintrc 1217ae6e61 first commit 7 년 전
.gitignore 8777e72a9a 6 년 전
README.md 711f6f6081 first commit 6 년 전
README.zh-CN.md 711f6f6081 first commit 6 년 전
ecosystem.config.js c44f72f758 5 년 전
package.json c44f72f758 5 년 전
patch.sh 5a9d34cb77 0314 7 년 전
server.js dc09f7251b 6 년 전

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.