Skip to content

What is Vue Clerk?

Vue Clerk is a wrapper around ClerkJS. It's a way to integrate Clerk into your Vue application.

Vue Clerk provides Vue implementations of Clerk Components; highly customizable, pre-built components that you can use to build beautiful user management applications. You can find display components for building sign in, sign up, account switching and user profile management pages as well as flow control components that act as helpers for implementing a seamless authentication experience.

Vue Clerk comes loaded with custom composables. These composables give you access to the Clerk object, and a set of useful helper methods for signing in and signing up.

INFO

To reduce the time of going back and forth between the official Clerk docs and the Vue Clerk docs, we have copied most of the content you will see here (including images) from the Clerk docs and added some Vue-specific information.

Released under the MIT License.