midway

lrf 6b7b4b33a3 核销餐券 há 7 meses atrás
src 6b7b4b33a3 核销餐券 há 7 meses atrás
test 7e9c7adf31 init há 7 meses atrás
.editorconfig 7e9c7adf31 init há 7 meses atrás
.eslintrc.json 7e9c7adf31 init há 7 meses atrás
.gitignore 662905a96a 修改用户创建 há 7 meses atrás
.prettierrc.js 7e9c7adf31 init há 7 meses atrás
README.md 7e9c7adf31 init há 7 meses atrás
README.zh-CN.md 7e9c7adf31 init há 7 meses atrás
bootstrap.js 7e9c7adf31 init há 7 meses atrás
ecosystem.config.js f6dac24e18 修改为docker使用 há 7 meses atrás
jest.config.js 7e9c7adf31 init há 7 meses atrás
package.json 7e9c7adf31 init há 7 meses atrás
tsconfig.json 7e9c7adf31 init há 7 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.