mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2024-12-22 16:16:29 +00:00
Added Install and Badges
This commit is contained in:
parent
8b794323fe
commit
6dd2943f68
10
README.md
10
README.md
@ -1,6 +1,16 @@
|
|||||||
# Koa Router
|
# Koa Router
|
||||||
|
|
||||||
|
[![npm](https://img.shields.io/npm/v/cca-koa-router.svg)](https://www.npmjs.com/package/cca-koa-router)
|
||||||
|
[![npm](https://img.shields.io/npm/dt/cca-koa-router.svg)]()
|
||||||
|
[![npm](https://img.shields.io/npm/l/cca-koa-router.svg)]()
|
||||||
|
|
||||||
Koa Router with support for recursive nesting and regexp and dynamic urls. No dependecies and lightweight code.
|
Koa Router with support for recursive nesting and regexp and dynamic urls. No dependecies and lightweight code.
|
||||||
|
|
||||||
|
### Install
|
||||||
|
```bash
|
||||||
|
npm install cca-koa-router --save
|
||||||
|
```
|
||||||
|
|
||||||
### Simple Example
|
### Simple Example
|
||||||
```javascript
|
```javascript
|
||||||
const
|
const
|
||||||
|
Loading…
Reference in New Issue
Block a user