Sin descripción

zs 42dbccf9ff 查询修改 hace 1 año
src 42dbccf9ff 查询修改 hace 1 año
test 7e9c7adf31 init hace 1 año
.editorconfig 7e9c7adf31 init hace 1 año
.eslintrc.json 7e9c7adf31 init hace 1 año
.gitignore 7e9c7adf31 init hace 1 año
.prettierrc.js 7e9c7adf31 init hace 1 año
README.md 7e9c7adf31 init hace 1 año
README.zh-CN.md 7e9c7adf31 init hace 1 año
bootstrap.js 7e9c7adf31 init hace 1 año
jest.config.js 7e9c7adf31 init hace 1 año
package.json 7e9c7adf31 init hace 1 año
tsconfig.json 7e9c7adf31 init hace 1 año

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.