mq服务

lrf 6552fe52fd update 10 mēneši atpakaļ
src 6552fe52fd update 10 mēneši atpakaļ
test 3d0137238c init 11 mēneši atpakaļ
.editorconfig 3d0137238c init 11 mēneši atpakaļ
.eslintrc.json 3d0137238c init 11 mēneši atpakaļ
.gitignore 3d0137238c init 11 mēneši atpakaļ
.prettierrc.js 3d0137238c init 11 mēneši atpakaļ
README.md 3d0137238c init 11 mēneši atpakaļ
README.zh-CN.md 3d0137238c init 11 mēneši atpakaļ
bootstrap.js 3d0137238c init 11 mēneši atpakaļ
jest.config.js 3d0137238c init 11 mēneši atpakaļ
package-lock.json 1383ba6660 发送消息 11 mēneši atpakaļ
package.json 1383ba6660 发送消息 11 mēneši atpakaļ
tsconfig.json 3d0137238c init 11 mēneši atpakaļ

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.