Nenhuma descrição

zs 5595260427 修改 9 meses atrás
src 5595260427 修改 9 meses atrás
test 4080fc8031 update 10 meses atrás
.editorconfig 4080fc8031 update 10 meses atrás
.eslintrc.json 4080fc8031 update 10 meses atrás
.gitignore 4080fc8031 update 10 meses atrás
.prettierrc.js 4080fc8031 update 10 meses atrás
README.md 4080fc8031 update 10 meses atrás
README.zh-CN.md 4080fc8031 update 10 meses atrás
bootstrap.js 4080fc8031 update 10 meses atrás
jest.config.js 4080fc8031 update 10 meses atrás
package.json edbbeabc65 修改 10 meses atrás
tsconfig.json 4080fc8031 update 10 meses atrás

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.