服务端-顾红伟

guhongwei bd1cfb1e29 1 1 year ago
src bd1cfb1e29 1 1 year ago
test 4b0e9b8fd7 创建项目 1 year ago
.editorconfig 4b0e9b8fd7 创建项目 1 year ago
.eslintrc.json 4b0e9b8fd7 创建项目 1 year ago
.gitignore 4b0e9b8fd7 创建项目 1 year ago
.prettierrc.js 4b0e9b8fd7 创建项目 1 year ago
README.md ff9ba2ec7b 系统消息创建方法重写 1 year ago
README.zh-CN.md 4b0e9b8fd7 创建项目 1 year ago
bootstrap.js 4b0e9b8fd7 创建项目 1 year ago
ecosystem.config.js 4b0e9b8fd7 创建项目 1 year ago
jest.config.js 4b0e9b8fd7 创建项目 1 year ago
package.json 4b0e9b8fd7 创建项目 1 year ago
tsconfig.json 4b0e9b8fd7 创建项目 1 year ago

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.

1