No Description

zs 42dbccf9ff 查询修改 8 months ago
src 42dbccf9ff 查询修改 8 months ago
test 7e9c7adf31 init 9 months ago
.editorconfig 7e9c7adf31 init 9 months ago
.eslintrc.json 7e9c7adf31 init 9 months ago
.gitignore 7e9c7adf31 init 9 months ago
.prettierrc.js 7e9c7adf31 init 9 months ago
README.md 7e9c7adf31 init 9 months ago
README.zh-CN.md 7e9c7adf31 init 9 months ago
bootstrap.js 7e9c7adf31 init 9 months ago
jest.config.js 7e9c7adf31 init 9 months ago
package.json 7e9c7adf31 init 9 months ago
tsconfig.json 7e9c7adf31 init 9 months 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.