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.