Aucune description

zs c80ea2c664 修改 il y a 2 ans
src c80ea2c664 修改 il y a 2 ans
test 0630af6acd 新建仓库 il y a 2 ans
.editorconfig 0630af6acd 新建仓库 il y a 2 ans
.eslintrc.json 0630af6acd 新建仓库 il y a 2 ans
.gitignore 0630af6acd 新建仓库 il y a 2 ans
.prettierrc.js 0630af6acd 新建仓库 il y a 2 ans
README.md 0630af6acd 新建仓库 il y a 2 ans
README.zh-CN.md 0630af6acd 新建仓库 il y a 2 ans
bootstrap.js 0630af6acd 新建仓库 il y a 2 ans
ecosystem.config.js d984a9c2dd 更新接口 il y a 2 ans
jest.config.js 0630af6acd 新建仓库 il y a 2 ans
package.json 0630af6acd 新建仓库 il y a 2 ans
tsconfig.json 0630af6acd 新建仓库 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.