think-logic

Invoke logic for ThinkJS 3.x

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
think-logic
1.2.22 years ago7 years agoMinified + gzip package size for think-logic in KB

Readme

think-logic
Build Status Coverage Status npm devDependency Status
Invoke logic for ThinkJS 3.x

Install

npm install think-logic

How to use

config file src/config/middleware.js
const logic = require('think-logic');

module.exports = [
  logic 
]