Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 13, 2024
1 parent 005d91e commit 7954eae
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions docs/references/vue/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,7 @@ description: Learn how to integrate Clerk into your Vue application using the Cl

The Vue SDK is built on top of the [Clerk JavaScript SDK](/docs/references/javascript/overview), and is the recommended way to integrate Clerk into your Vue application.

## Key features

### Pre-built components

The Vue SDK provides access to [Clerk components](/docs/components/overview) for user and organization management, including:

- [Sign-in](/docs/components/authentication/sign-in)
- [Sign-up](/docs/components/authentication/sign-up)
- [Account switching](/docs/components/user/user-button)
- [User profile management](/docs/components/user/user-profile)
- [Organization switching](/docs/components/organization/organization-switcher)
- [Organization management](/docs/components/organization/organization-profile)
- [Control components](/docs/components/control/signed-in)

### Custom composables
## Custom composables

The Vue SDK provides access to custom composables that provide direct access to the [`Clerk` object](/docs/references/javascript/clerk/clerk), a user's [`User` object](/docs/references/javascript/user/user), and helper methods for authentication flows.

Expand All @@ -32,7 +18,7 @@ Clerk offers framework-specific SDKs that are customized to provide the better d

| Framework | Package | Docs |
| - | - | - |
| Nuxt | `@clerk/nuxt` | Nuxt SDK |
| Nuxt | `@clerk/nuxt` | [Nuxt SDK](/docs/references/nuxt/overview) |

## Set up Clerk Vue

Expand Down

0 comments on commit 7954eae

Please sign in to comment.