Brak opisu

zs 5595260427 修改 9 miesięcy temu
src 5595260427 修改 9 miesięcy temu
test 4080fc8031 update 10 miesięcy temu
.editorconfig 4080fc8031 update 10 miesięcy temu
.eslintrc.json 4080fc8031 update 10 miesięcy temu
.gitignore 4080fc8031 update 10 miesięcy temu
.prettierrc.js 4080fc8031 update 10 miesięcy temu
README.md 4080fc8031 update 10 miesięcy temu
README.zh-CN.md 4080fc8031 update 10 miesięcy temu
bootstrap.js 4080fc8031 update 10 miesięcy temu
jest.config.js 4080fc8031 update 10 miesięcy temu
package.json edbbeabc65 修改 10 miesięcy temu
tsconfig.json 4080fc8031 update 10 miesięcy temu

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.