Aucune description

zs dd7abc6851 修改上传样式 il y a 2 ans
src dd7abc6851 修改上传样式 il y a 2 ans
test 4b1d29e727 创建 il y a 2 ans
.editorconfig 4b1d29e727 创建 il y a 2 ans
.eslintrc.json 4b1d29e727 创建 il y a 2 ans
.gitignore 4b1d29e727 创建 il y a 2 ans
.prettierrc.js 4b1d29e727 创建 il y a 2 ans
README.md 4b1d29e727 创建 il y a 2 ans
README.zh-CN.md 4b1d29e727 创建 il y a 2 ans
bootstrap.js 4b1d29e727 创建 il y a 2 ans
ecosystem.config.js 4b1d29e727 创建 il y a 2 ans
jest.config.js 4b1d29e727 创建 il y a 2 ans
package.json 4b1d29e727 创建 il y a 2 ans
tsconfig.json 4b1d29e727 创建 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.