3.0.0 • Published 11 months ago

@gm5/session v3.0.0

Weekly downloads
7
License
MIT
Repository
-
Last release
11 months ago

downloads version

@gm5/session

会话拓展包。

安装

npm i @gm5/session

使用

import { createApp } from '@gm5/core
import { createSession, SessionModule } from '@gm5/session'

const app = createApp()

app.install(SessionModule, {domain: 'your_domain'})
  .use(createSession)
  .run()
3.0.0

11 months ago

2.0.0

2 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago