暫無描述

lrf b0074ee073 update 1 年之前
src b0074ee073 update 1 年之前
test 57be60c282 init 1 年之前
.editorconfig 57be60c282 init 1 年之前
.eslintrc.json 57be60c282 init 1 年之前
.gitignore b0074ee073 update 1 年之前
.prettierrc.js 57be60c282 init 1 年之前
README.md 57be60c282 init 1 年之前
README.zh-CN.md 57be60c282 init 1 年之前
bootstrap.js 57be60c282 init 1 年之前
ecosystem.config.js b0074ee073 update 1 年之前
jest.config.js 57be60c282 init 1 年之前
package.json 57be60c282 init 1 年之前
tsconfig.json 57be60c282 init 1 年之前

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.