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:
A hosted demo of this example is available at nuxt-clerk-template.vercel.app
git clone https://github.com/wobsoriano/nuxt-clerk-template
To run the example locally you need to:
npm install
the required dependencies.npm run dev
to launch the development server.To learn more about Clerk and Nuxt, check out the following resources: