설명 없음

zs 42dbccf9ff 查询修改 9 달 전
src 42dbccf9ff 查询修改 9 달 전
test 7e9c7adf31 init 9 달 전
.editorconfig 7e9c7adf31 init 9 달 전
.eslintrc.json 7e9c7adf31 init 9 달 전
.gitignore 7e9c7adf31 init 9 달 전
.prettierrc.js 7e9c7adf31 init 9 달 전
README.md 7e9c7adf31 init 9 달 전
README.zh-CN.md 7e9c7adf31 init 9 달 전
bootstrap.js 7e9c7adf31 init 9 달 전
jest.config.js 7e9c7adf31 init 9 달 전
package.json 7e9c7adf31 init 9 달 전
tsconfig.json 7e9c7adf31 init 9 달 전

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.