暫無描述

zs 5860efc0d4 修改 6 月之前
src 5860efc0d4 修改 6 月之前
test 5b916a37d4 init 10 月之前
.editorconfig 5b916a37d4 init 10 月之前
.eslintrc.json 5b916a37d4 init 10 月之前
.gitignore 5b916a37d4 init 10 月之前
.prettierrc.js 5b916a37d4 init 10 月之前
README.md 5b916a37d4 init 10 月之前
README.zh-CN.md 5b916a37d4 init 10 月之前
bootstrap.js 5b916a37d4 init 10 月之前
ecosystem.config.js 5b916a37d4 init 10 月之前
jest.config.js 5b916a37d4 init 10 月之前
package.json 5b916a37d4 init 10 月之前
tsconfig.json 5b916a37d4 init 10 月之前

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.