Aucune description

dygapp c5cf902928 增加 site/list 接口 il y a 6 ans
app c5cf902928 增加 site/list 接口 il y a 6 ans
config c5cf902928 增加 site/list 接口 il y a 6 ans
test c5cf902928 增加 site/list 接口 il y a 6 ans
.autod.conf.js 98b9ec22a7 first commit il y a 7 ans
.eslintignore 98b9ec22a7 first commit il y a 7 ans
.eslintrc 1217ae6e61 first commit il y a 7 ans
.gitignore dc33bc8c48 il y a 6 ans
README.md 711f6f6081 first commit il y a 6 ans
README.zh-CN.md 711f6f6081 first commit il y a 6 ans
appveyor.yml 711f6f6081 first commit il y a 6 ans
ecosystem.config.js 711f6f6081 first commit il y a 6 ans
package.json 711f6f6081 first commit il y a 6 ans
patch.sh 5a9d34cb77 0314 il y a 7 ans
server.js dc09f7251b il y a 6 ans

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.