2.0.0 • Published 2 years ago

@gm5/session v2.0.0

Weekly downloads
7
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.1.2

4 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