@logto/vue
v2.2.17
Published
[![Version](https://img.shields.io/npm/v/@logto/vue)](https://www.npmjs.com/package/@logto/vue) [![Build Status](https://github.com/logto-io/js/actions/workflows/main.yml/badge.svg)](https://github.com/logto-io/js/actions/workflows/main.yml) [![Codecov](h
Downloads
646
Readme
Logto Vue SDK
The Logto Vue SDK written in TypeScript.
Check out our docs for more information.
Installation
Using npm
npm install @logto/vue
Using yarn
yarn add @logto/vue
Using pnpm
pnpm add @logto/vue
Get sample
A sample Vue project with the integration of @logto/vue SDK can be found at Vue Sample.
Check out the source code and try it with ease.
pnpm i && pnpm build
cd packages/vue-sample && pnpm start