No Description

zs 5860efc0d4 修改 9 months ago
src 5860efc0d4 修改 9 months ago
test 5b916a37d4 init 1 year ago
.editorconfig 5b916a37d4 init 1 year ago
.eslintrc.json 5b916a37d4 init 1 year ago
.gitignore 5b916a37d4 init 1 year ago
.prettierrc.js 5b916a37d4 init 1 year ago
README.md 5b916a37d4 init 1 year ago
README.zh-CN.md 5b916a37d4 init 1 year ago
bootstrap.js 5b916a37d4 init 1 year ago
ecosystem.config.js 5b916a37d4 init 1 year ago
jest.config.js 5b916a37d4 init 1 year ago
package.json 5b916a37d4 init 1 year ago
tsconfig.json 5b916a37d4 init 1 year ago

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.