mirror of
https://github.com/cupcakearmy/koa-router.git
synced 2025-09-06 07:50:40 +00:00
Added Install and Badges
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,16 @@
|
|||||||
# Koa Router
|
# Koa Router
|
||||||
|
|
||||||
|
[](https://www.npmjs.com/package/cca-koa-router)
|
||||||
|
[]()
|
||||||
|
[]()
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user