0.0.18 • Published 5 years ago

litird v0.0.18

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago