mq服务

lrf 6552fe52fd update пре 1 месец
src 6552fe52fd update пре 1 месец
test 3d0137238c init пре 2 месеци
.editorconfig 3d0137238c init пре 2 месеци
.eslintrc.json 3d0137238c init пре 2 месеци
.gitignore 3d0137238c init пре 2 месеци
.prettierrc.js 3d0137238c init пре 2 месеци
README.md 3d0137238c init пре 2 месеци
README.zh-CN.md 3d0137238c init пре 2 месеци
bootstrap.js 3d0137238c init пре 2 месеци
jest.config.js 3d0137238c init пре 2 месеци
package-lock.json 1383ba6660 发送消息 пре 2 месеци
package.json 1383ba6660 发送消息 пре 2 месеци
tsconfig.json 3d0137238c init пре 2 месеци

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.