Nenhuma descrição

zs 6fce98a2cb 修改 2 anos atrás
src 6fce98a2cb 修改 2 anos atrás
test 4b1d29e727 创建 2 anos atrás
.editorconfig 4b1d29e727 创建 2 anos atrás
.eslintrc.json 4b1d29e727 创建 2 anos atrás
.gitignore 4b1d29e727 创建 2 anos atrás
.prettierrc.js 4b1d29e727 创建 2 anos atrás
README.md 4b1d29e727 创建 2 anos atrás
README.zh-CN.md 4b1d29e727 创建 2 anos atrás
bootstrap.js 4b1d29e727 创建 2 anos atrás
ecosystem.config.js 4b1d29e727 创建 2 anos atrás
jest.config.js 4b1d29e727 创建 2 anos atrás
package.json 4b1d29e727 创建 2 anos atrás
tsconfig.json 4b1d29e727 创建 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.