elasticsearch服务

lrf ca85cb034b 依赖更新,精准匹配,信息检索,检索行为 10 months ago
es dd74b4ef64 update 11 months ago
src ca85cb034b 依赖更新,精准匹配,信息检索,检索行为 10 months ago
test 4e5d99b45e init 11 months ago
.editorconfig 4e5d99b45e init 11 months ago
.eslintrc.json 4e5d99b45e init 11 months ago
.gitignore 4e5d99b45e init 11 months ago
.prettierrc.js 4e5d99b45e init 11 months ago
README.md 4e5d99b45e init 11 months ago
README.zh-CN.md 4e5d99b45e init 11 months ago
bootstrap.js 4e5d99b45e init 11 months ago
ecosystem.config.js 4e5d99b45e init 11 months ago
jest.config.js 4e5d99b45e init 11 months ago
package-lock.json ca85cb034b 依赖更新,精准匹配,信息检索,检索行为 10 months ago
package.json ca85cb034b 依赖更新,精准匹配,信息检索,检索行为 10 months ago
tsconfig.json 4e5d99b45e init 11 months ago

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.