Нет описания

zs 5595260427 修改 7 месяцев назад
src 5595260427 修改 7 месяцев назад
test 4080fc8031 update 8 месяцев назад
.editorconfig 4080fc8031 update 8 месяцев назад
.eslintrc.json 4080fc8031 update 8 месяцев назад
.gitignore 4080fc8031 update 8 месяцев назад
.prettierrc.js 4080fc8031 update 8 месяцев назад
README.md 4080fc8031 update 8 месяцев назад
README.zh-CN.md 4080fc8031 update 8 месяцев назад
bootstrap.js 4080fc8031 update 8 месяцев назад
jest.config.js 4080fc8031 update 8 месяцев назад
package.json edbbeabc65 修改 8 месяцев назад
tsconfig.json 4080fc8031 update 8 месяцев назад

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.