Clerk Vue SDK
The Vue SDK is built on top of the Clerk JavaScript SDK, and is the recommended way to integrate Clerk into your Vue application.
Custom composables
The Vue SDK provides access to custom composables that provide direct access to the Clerk
object, a user's User
object, and helper methods for authentication flows.
Clerk offers framework-specific SDKs that are customized to provide the better developer experience and integration with each framework's features. Choose the appropriate SDK based on your framework:
Framework | Package | Docs |
---|---|---|
Nuxt | @clerk/nuxt | Nuxt SDK |
Set up Clerk Vue
Before you can add Clerk to your Vue application, you must create a Clerk app in the Clerk Dashboard. To get started, follow the setup guide. Then, follow the quickstart guide to set up the Vue SDK in your app.
Feedback
Last updated on