0.0.18 • Published 4 years ago

litird v0.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Litird

一个简单的服务框架,基于 koa,类似于 egg。

初始化项目

npm i litird -g

mkdir example
cd example
litird-init
npm i
npm start

app 加载顺序

constructor => beforeMountRouter => onready => start() => onstart

属性字段

app properties:
  config
  logger
  redis
  mongoose
  mongoosePlugins
  model
  entity
  service
  server
  validator
  validate
  controller
  router
  httpServer

service properties:
  app
  config
  logger
  redis
  model
  service

controller properties:
  app
  config
  logger
  redis
  model
  entity
  service
  validate
0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago