/nuxt-clerk-template

Auth starts here with the Nuxt and Clerk Demo

Primary LanguageVue

Nuxt Clerk Template

Nuxt_js Clerk Template · 11 39am · 02-03

This template shows how to use Clerk in a Nuxt application. It is a direct port of the Next.js starter template.

Clerk is a developer-first authentication and user management solution. This starter uses Vue Clerk, which provides pre-built Vue components and composables for login, signup, user profile, and organization management. Vue Clerk is designed to be easy to use and customize, and can be dropped into any Vue or Nuxt application.

This template allows you to get started with Clerk and Nuxt in a matter of minutes and includes:

  • Fully functional auth flow with login, signup, and a protected page
  • Customized Clerk components with Tailwind CSS
  • Composables for accessing user data and authentication state
  • Organizations for multi-tenant applications

Demo

A hosted demo of this example is available at nuxt-clerk-template.vercel.app

Running the template

git clone https://github.com/wobsoriano/nuxt-clerk-template

To run the example locally you need to:

  1. Sign up for a Clerk account at https://clerk.com.
  2. Go to Clerk's dashboard and create an application.
  3. Set the required Clerk environment variables as shown in the example env file.
  4. npm install the required dependencies.
  5. npm run dev to launch the development server.

Learn more

To learn more about Clerk and Nuxt, check out the following resources: