3.0.0 • Published 11 months ago
@gm5/session v3.0.0
@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()