No Description

zs 5595260427 修改 7 months ago
src 5595260427 修改 7 months ago
test 4080fc8031 update 8 months ago
.editorconfig 4080fc8031 update 8 months ago
.eslintrc.json 4080fc8031 update 8 months ago
.gitignore 4080fc8031 update 8 months ago
.prettierrc.js 4080fc8031 update 8 months ago
README.md 4080fc8031 update 8 months ago
README.zh-CN.md 4080fc8031 update 8 months ago
bootstrap.js 4080fc8031 update 8 months ago
jest.config.js 4080fc8031 update 8 months ago
package.json edbbeabc65 修改 8 months ago
tsconfig.json 4080fc8031 update 8 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.