mq服务

lrf 6552fe52fd update hace 1 semana
src 6552fe52fd update hace 1 semana
test 3d0137238c init hace 1 mes
.editorconfig 3d0137238c init hace 1 mes
.eslintrc.json 3d0137238c init hace 1 mes
.gitignore 3d0137238c init hace 1 mes
.prettierrc.js 3d0137238c init hace 1 mes
README.md 3d0137238c init hace 1 mes
README.zh-CN.md 3d0137238c init hace 1 mes
bootstrap.js 3d0137238c init hace 1 mes
jest.config.js 3d0137238c init hace 1 mes
package-lock.json 1383ba6660 发送消息 hace 1 mes
package.json 1383ba6660 发送消息 hace 1 mes
tsconfig.json 3d0137238c init hace 1 mes

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.