mq服务

lrf 6552fe52fd update 1 týždeň pred
src 6552fe52fd update 1 týždeň pred
test 3d0137238c init 1 mesiac pred
.editorconfig 3d0137238c init 1 mesiac pred
.eslintrc.json 3d0137238c init 1 mesiac pred
.gitignore 3d0137238c init 1 mesiac pred
.prettierrc.js 3d0137238c init 1 mesiac pred
README.md 3d0137238c init 1 mesiac pred
README.zh-CN.md 3d0137238c init 1 mesiac pred
bootstrap.js 3d0137238c init 1 mesiac pred
jest.config.js 3d0137238c init 1 mesiac pred
package-lock.json 1383ba6660 发送消息 1 mesiac pred
package.json 1383ba6660 发送消息 1 mesiac pred
tsconfig.json 3d0137238c init 1 mesiac pred

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.