Nenhuma descrição

lrf 34b39e170b update 2 anos atrás
.vscode a957b3f2e9 update 2 anos atrás
src 34b39e170b update 2 anos atrás
test a957b3f2e9 update 2 anos atrás
.editorconfig a957b3f2e9 update 2 anos atrás
.eslintrc.json a957b3f2e9 update 2 anos atrás
.gitattributes ec970687ca dev config 2 anos atrás
.gitignore a957b3f2e9 update 2 anos atrás
.prettierrc.js a957b3f2e9 update 2 anos atrás
README.md a957b3f2e9 update 2 anos atrás
README.zh-CN.md a957b3f2e9 update 2 anos atrás
bootstrap.js a957b3f2e9 update 2 anos atrás
ecosystem.config.js c28df330a9 prod config 2 anos atrás
jest.config.js a957b3f2e9 update 2 anos atrás
package.json a7e684f3c8 update 2 anos atrás
tsconfig.json a957b3f2e9 update 2 anos atrás
update.sh 8c01943cb2 update 2 anos atrás

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.