Няма описание

zs 5860efc0d4 修改 преди 6 месеца
src 5860efc0d4 修改 преди 6 месеца
test 5b916a37d4 init преди 10 месеца
.editorconfig 5b916a37d4 init преди 10 месеца
.eslintrc.json 5b916a37d4 init преди 10 месеца
.gitignore 5b916a37d4 init преди 10 месеца
.prettierrc.js 5b916a37d4 init преди 10 месеца
README.md 5b916a37d4 init преди 10 месеца
README.zh-CN.md 5b916a37d4 init преди 10 месеца
bootstrap.js 5b916a37d4 init преди 10 месеца
ecosystem.config.js 5b916a37d4 init преди 10 месеца
jest.config.js 5b916a37d4 init преди 10 месеца
package.json 5b916a37d4 init преди 10 месеца
tsconfig.json 5b916a37d4 init преди 10 месеца

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.