Sem descrição

lrf 91cdb4602d update há 1 ano atrás
.vscode a957b3f2e9 update há 1 ano atrás
src e2e182a0c1 update há 1 ano atrás
test a957b3f2e9 update há 1 ano atrás
.editorconfig a957b3f2e9 update há 1 ano atrás
.eslintrc.json a957b3f2e9 update há 1 ano atrás
.gitattributes ec970687ca dev config há 1 ano atrás
.gitignore a957b3f2e9 update há 1 ano atrás
.prettierrc.js a957b3f2e9 update há 1 ano atrás
README.md a957b3f2e9 update há 1 ano atrás
README.zh-CN.md a957b3f2e9 update há 1 ano atrás
bootstrap.js a957b3f2e9 update há 1 ano atrás
ecosystem.config.js 420d816bcc dev config há 1 ano atrás
jest.config.js a957b3f2e9 update há 1 ano atrás
package.json a7e684f3c8 update há 1 ano atrás
tsconfig.json a957b3f2e9 update há 1 ano atrás
update.sh 91cdb4602d update há 1 ano 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.