耗材服务端

zs 0598207a93 修改 il y a 2 ans
src 0598207a93 修改 il y a 2 ans
test 32d1d1b2da 创建 il y a 2 ans
.editorconfig 32d1d1b2da 创建 il y a 2 ans
.eslintrc.json 32d1d1b2da 创建 il y a 2 ans
.gitignore 32d1d1b2da 创建 il y a 2 ans
.prettierrc.js 32d1d1b2da 创建 il y a 2 ans
README.md 32d1d1b2da 创建 il y a 2 ans
README.zh-CN.md 32d1d1b2da 创建 il y a 2 ans
bootstrap.js 32d1d1b2da 创建 il y a 2 ans
ecosystem.config.js 84e823aa34 修改 il y a 2 ans
jest.config.js 32d1d1b2da 创建 il y a 2 ans
package.json 84e823aa34 修改 il y a 2 ans
tsconfig.json 32d1d1b2da 创建 il y a 2 ans

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.