平台服务

zs 5299e50a59 修改 1 year ago
.vscode 95cccefda1 init 2 years ago
src 5299e50a59 修改 1 year ago
test 95cccefda1 init 2 years ago
.editorconfig 95cccefda1 init 2 years ago
.eslintrc.json 95cccefda1 init 2 years ago
.gitignore a551222528 个人账号注册,直接赋予平台,科研项目,科学家权限 1 year ago
.prettierrc.js 95cccefda1 init 2 years ago
README.md b8840f69ca test 1 year ago
README.zh-CN.md 95cccefda1 init 2 years ago
bootstrap.js 95cccefda1 init 2 years ago
ecosystem.config.js 95cccefda1 init 2 years ago
jest.config.js 95cccefda1 init 2 years ago
package.json bd5eb74e03 update 2 years ago
tsconfig.json 95cccefda1 init 2 years ago
update.sh ac9777d44a 1 1 year ago

README.md

my_midway_project

QuickStart

see midway docs for more detail. test

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.