暂无描述

lrf b2b932ecdf update 2 年之前
.vscode a957b3f2e9 update 2 年之前
src b2b932ecdf update 2 年之前
test a957b3f2e9 update 2 年之前
.editorconfig a957b3f2e9 update 2 年之前
.eslintrc.json a957b3f2e9 update 2 年之前
.gitattributes 302ed16bc7 prod 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 a957b3f2e9 update 2 年之前
tsconfig.json a957b3f2e9 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.