管理端_问卷调查

zs 016bfb7370 1 1 gadu atpakaļ
src 016bfb7370 1 1 gadu atpakaļ
test 28fa8fcc2b 创建 1 gadu atpakaļ
.editorconfig 28fa8fcc2b 创建 1 gadu atpakaļ
.eslintrc.json 28fa8fcc2b 创建 1 gadu atpakaļ
.gitignore 28fa8fcc2b 创建 1 gadu atpakaļ
.prettierrc.js 28fa8fcc2b 创建 1 gadu atpakaļ
README.md 28fa8fcc2b 创建 1 gadu atpakaļ
README.zh-CN.md 28fa8fcc2b 创建 1 gadu atpakaļ
bootstrap.js 28fa8fcc2b 创建 1 gadu atpakaļ
ecosystem.config.js 28fa8fcc2b 创建 1 gadu atpakaļ
jest.config.js 28fa8fcc2b 创建 1 gadu atpakaļ
package.json 28fa8fcc2b 创建 1 gadu atpakaļ
tsconfig.json 28fa8fcc2b 创建 1 gadu atpakaļ

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.