Nenhuma descrição

lrf baac83906b 框架更新 1 ano atrás
.vscode a957b3f2e9 update 2 anos atrás
src 6d626d09f9 请求核心服务地址修改 1 ano 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 2189a48428 update 1 ano 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 baac83906b 框架更新 1 ano 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.