elasticsearch服务

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

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.