midwayjs

zs 68450c67cd 修改初始化数据 1 year ago
src 68450c67cd 修改初始化数据 1 year ago
test 3d187af848 init 1 year ago
.editorconfig 3d187af848 init 1 year ago
.eslintrc.json 3d187af848 init 1 year ago
.gitignore 3d187af848 init 1 year ago
.prettierrc.js 3d187af848 init 1 year ago
README.md 3d187af848 init 1 year ago
README.zh-CN.md 3d187af848 init 1 year ago
bootstrap.js 3d187af848 init 1 year ago
ecosystem.config.js 3d187af848 init 1 year ago
jest.config.js 3d187af848 init 1 year ago
package.json 3d187af848 init 1 year ago
pnpm-lock.yaml 3d187af848 init 1 year ago
tsconfig.json 3d187af848 init 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.