0.0.1 • Published 8 months ago

@opentiny/next-vue v0.0.1

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

@opentiny/next-vue

快速开始

App.vue

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

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

MyPage.vue

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

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

8 months ago

0.0.1-alpha.1

8 months ago

0.0.1-alpha.0

8 months ago