Нет описания

lrf 91cdb4602d update 2 лет назад
.vscode a957b3f2e9 update 2 лет назад
src e2e182a0c1 update 2 лет назад
test a957b3f2e9 update 2 лет назад
.editorconfig a957b3f2e9 update 2 лет назад
.eslintrc.json a957b3f2e9 update 2 лет назад
.gitattributes ec970687ca dev config 2 лет назад
.gitignore a957b3f2e9 update 2 лет назад
.prettierrc.js a957b3f2e9 update 2 лет назад
README.md a957b3f2e9 update 2 лет назад
README.zh-CN.md a957b3f2e9 update 2 лет назад
bootstrap.js a957b3f2e9 update 2 лет назад
ecosystem.config.js 420d816bcc dev config 2 лет назад
jest.config.js a957b3f2e9 update 2 лет назад
package.json a7e684f3c8 update 2 лет назад
tsconfig.json a957b3f2e9 update 2 лет назад
update.sh 91cdb4602d update 2 лет назад

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.