Keine Beschreibung

zs 5860efc0d4 修改 vor 9 Monaten
src 5860efc0d4 修改 vor 9 Monaten
test 5b916a37d4 init vor 1 Jahr
.editorconfig 5b916a37d4 init vor 1 Jahr
.eslintrc.json 5b916a37d4 init vor 1 Jahr
.gitignore 5b916a37d4 init vor 1 Jahr
.prettierrc.js 5b916a37d4 init vor 1 Jahr
README.md 5b916a37d4 init vor 1 Jahr
README.zh-CN.md 5b916a37d4 init vor 1 Jahr
bootstrap.js 5b916a37d4 init vor 1 Jahr
ecosystem.config.js 5b916a37d4 init vor 1 Jahr
jest.config.js 5b916a37d4 init vor 1 Jahr
package.json 5b916a37d4 init vor 1 Jahr
tsconfig.json 5b916a37d4 init vor 1 Jahr

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.