Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wobsoriano/vue-clerk

Community Clerk Vue SDK.
https://github.com/wobsoriano/vue-clerk

authentication clerk vue

Last synced: about 1 month ago
JSON representation

Community Clerk Vue SDK.

Awesome Lists containing this project

README

        

# vue-clerk

Vue Clerk is the easiest way to add authentication and user management to your Vue application. Add sign up, sign in, and profile management to your application in minutes.

> [!WARNING]
> This unofficial package isn't connected to Clerk.com. It's a project designed to smoothly incorporate Clerk features into Vue applications.

## Installation

```bash
npm install vue-clerk
```

## Usage

Vue Clerk requires your application to have the [`clerkPlugin`](https://vue-clerk.com/plugin) installed.

If using Vite, set `VITE_CLERK_PUBLISHABLE_KEY` to your Publishable key in your `.env.local` file to make the environment variable accessible on `process.env` and pass it as the `publishableKey` prop.

```vue

import { SignInButton, SignedIn, SignedOut, UserButton } from 'vue-clerk'

Hello Clerk!







```

For further details and examples, please refer to the [Documentation](https://vue-clerk.com).

## License

MIT