Без опису

dygapp 02e4c26ca6 6 роки тому
app 02e4c26ca6 6 роки тому
config 8bc1978969 增加恢复新闻接口 6 роки тому
test 8bc1978969 增加恢复新闻接口 6 роки тому
.autod.conf.js 98b9ec22a7 first commit 7 роки тому
.eslintignore 98b9ec22a7 first commit 7 роки тому
.eslintrc 1217ae6e61 first commit 7 роки тому
.gitignore dc33bc8c48 6 роки тому
README.md 711f6f6081 first commit 6 роки тому
README.zh-CN.md 711f6f6081 first commit 6 роки тому
appveyor.yml 711f6f6081 first commit 6 роки тому
ecosystem.config.js 711f6f6081 first commit 6 роки тому
package.json 711f6f6081 first commit 6 роки тому
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.