Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Feb 12, 2025
1 parent 6175a2b commit 8f7703a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/quickstarts/nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: Add authentication and user management to your Nuxt app with Clerk.

Run the following command to install the SDK:

<CodeBlockTabs options={["npm", "yarn", "pnpm" ]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm", "bun"]}>
```bash {{ filename: 'terminal' }}
npm install @clerk/nuxt
```
Expand All @@ -49,6 +49,10 @@ description: Add authentication and user management to your Nuxt app with Clerk.
```bash {{ filename: 'terminal' }}
pnpm add @clerk/nuxt
```

```bash {{ filename: 'terminal' }}
bun add @clerk/nuxt
```
</CodeBlockTabs>

## Set your Clerk API keys
Expand Down Expand Up @@ -118,7 +122,7 @@ description: Add authentication and user management to your Nuxt app with Clerk.

Run your project with the following command:

<CodeBlockTabs options={["npm", "yarn", "pnpm", "bun" ]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm", "bun"]}>
```bash {{ filename: 'terminal' }}
npm run dev
```
Expand Down

0 comments on commit 8f7703a

Please sign in to comment.