Logto Vue SDK
The Logto Vue SDK written in TypeScript. Check out our integration guide or docs for more information.
Installation
Using npm
npm install @slash-copilot/vue
Using yarn
yarn add @slash-copilot/vue
Using pnpm
pnpm add @slash-copilot/vue
Get sample
A sample Vue project with the integration of @slash-copilot/vue SDK can be found at Vue Sample. Check out the source code and try it with ease.
pnpm i && pnpm start
Note: Currently only supports Vue 3.x and its composition API. Please let us know if you would like Logto to support Vue 2.x or options API by filing a feature request.