暫無描述

lrf 4e8d616280 update 3 月之前
src 4e8d616280 update 3 月之前
test 5de6b88dba init 3 月之前
.editorconfig 5de6b88dba init 3 月之前
.eslintrc.json 5de6b88dba init 3 月之前
.gitignore 5de6b88dba init 3 月之前
.prettierrc.js 5de6b88dba init 3 月之前
README.md 5de6b88dba init 3 月之前
README.zh-CN.md 5de6b88dba init 3 月之前
bootstrap.js 5de6b88dba init 3 月之前
ecosystem.config.js c4221c7b3a update 3 月之前
jest.config.js 5de6b88dba init 3 月之前
package-lock.json 5de6b88dba init 3 月之前
package.json 5de6b88dba init 3 月之前
tsconfig.json 5de6b88dba init 3 月之前
water_service.sql 5de6b88dba init 3 月之前

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.