实验室服务

zs b7c17d0f0a 修改实验室信息 há 1 ano atrás
.vscode 060e4bfad6 init há 2 anos atrás
src b7c17d0f0a 修改实验室信息 há 1 ano atrás
test 060e4bfad6 init há 2 anos atrás
.editorconfig 060e4bfad6 init há 2 anos atrás
.eslintrc.json 060e4bfad6 init há 2 anos atrás
.gitignore 234015d58f update há 2 anos atrás
.prettierrc.js 060e4bfad6 init há 2 anos atrás
README.md 060e4bfad6 init há 2 anos atrás
README.zh-CN.md 060e4bfad6 init há 2 anos atrás
bootstrap.js 060e4bfad6 init há 2 anos atrás
ecosystem.config.js 9c0d603c5a 修改导出 há 1 ano atrás
jest.config.js 060e4bfad6 init há 2 anos atrás
package.json 060e4bfad6 init há 2 anos atrás
tsconfig.json 060e4bfad6 init há 2 anos atrás

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.