2.0.0 • Published 7 months ago

@gm5/session v2.0.0

Weekly downloads
7
License
MIT
Repository
-
Last release
7 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()
2.0.0

7 months ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago