nomi-core

1.0.18 • Public • Published

nomi-core

the core package of nomi framework.

Installation

$ npm install nomi-core --save

Node.js >= 8.0.0 required.

API

  • match

Usage

 
import Server from 'nomi-core';
const server = new Server('d:nomi-test/config/config.js');
const app = new require('koa');
app.use(server.match);
 

Package Sidebar

Install

npm i nomi-core

Weekly Downloads

1

Version

1.0.18

License

ISC

Unpacked Size

20.2 kB

Total Files

11

Last publish

Collaborators

  • liuxl
  • weoguo.kong.nomi
  • wltazs