readme
parent
0149357fd2
commit
0b01b0f975
13
Readme.md
13
Readme.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
# @gm5/session
|
||||
|
||||
> 会话中间件。
|
||||
> 会话拓展包。
|
||||
|
||||
## 安装
|
||||
|
||||
|
@ -10,3 +10,14 @@
|
|||
npm install @gm5/session
|
||||
```
|
||||
|
||||
## 使用
|
||||
|
||||
```js
|
||||
import { sessionPackage, sessionConnect } from '@gm5/session'
|
||||
|
||||
app.install(sessionPackage)
|
||||
|
||||
app.use(sessionConnect)
|
||||
|
||||
|
||||
```
|
|
@ -4,7 +4,7 @@
|
|||
"type": "module",
|
||||
"description": "会话中间件。",
|
||||
"main": "index.js",
|
||||
"author": "yutent",
|
||||
"author": "yutent <yutent.io@gmail.com>",
|
||||
"keywords": ["fivejs", "controller", "http"],
|
||||
"repository": "https://github.com/bytedo/gmf.session.git",
|
||||
"license": "MIT"
|
||||
|
|
Loading…
Reference in New Issue