0.0.2 • Published 11 months ago

@kagol/next-vue v0.0.2

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

@opentiny/next-vue

快速开始

App.vue

import { useNextClient } from '@opentiny/next-vue'

const { sessionId } = useNextClient({
  clientOptions: { name: 'my-project', version: '1.0.0' },
  proxyOptions: { url: 'http://xxx/sse' }
})

MyPage.vue

import { useNextServer } from '@opentiny/next-vue'

const { server } = useNextServer({
  serverOptions: { name: 'company-list', version: '1.0.0' }
})
0.0.2

11 months ago

0.0.1

11 months ago