midwayjs

zs 68450c67cd 修改初始化数据 1 年之前
src 68450c67cd 修改初始化数据 1 年之前
test 3d187af848 init 1 年之前
.editorconfig 3d187af848 init 1 年之前
.eslintrc.json 3d187af848 init 1 年之前
.gitignore 3d187af848 init 1 年之前
.prettierrc.js 3d187af848 init 1 年之前
README.md 3d187af848 init 1 年之前
README.zh-CN.md 3d187af848 init 1 年之前
bootstrap.js 3d187af848 init 1 年之前
ecosystem.config.js 3d187af848 init 1 年之前
jest.config.js 3d187af848 init 1 年之前
package.json 3d187af848 init 1 年之前
pnpm-lock.yaml 3d187af848 init 1 年之前
tsconfig.json 3d187af848 init 1 年之前

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.