Aucune description

dygapp f738a620c5 0328 upate dependencies il y a 7 ans
app 5a9d34cb77 0314 il y a 7 ans
config 94c690e034 first commit il y a 7 ans
test 98b9ec22a7 first commit il y a 7 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 98b9ec22a7 first commit il y a 7 ans
.travis.yml 98b9ec22a7 first commit il y a 7 ans
README.md 98b9ec22a7 first commit il y a 7 ans
README.zh-CN.md 98b9ec22a7 first commit il y a 7 ans
appveyor.yml 98b9ec22a7 first commit il y a 7 ans
package.json f738a620c5 0328 upate dependencies il y a 7 ans
patch.sh 5a9d34cb77 0314 il y a 7 ans

README.md

smart-user

smart jobs platform user 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.