Skip to content

Commit

Permalink
chore: format content markdown files with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 3, 2024
1 parent f094878 commit bb3b91e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/docs/guides/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tag: new
updatedOn: '2024-11-03T12:54:20.019Z'
---


[Nuxt](https://nuxt.com/) is an open-source full-stack meta framework that enables Vue-based web applications. This topic describes how to connect a Nuxt application to a Postgres database on Neon.

To create a Neon project and access it from a Next.js application:
Expand Down Expand Up @@ -56,10 +55,8 @@ DATABASE_URL="postgresql://<user>:<password>@<endpoint_hostname>.neon.tech:<port

## Configure the Postgres client


> Will add the content once https://github.com/neondatabase/examples/pull/30 is merged

## Run the app

When you run `npm run dev` you can expect to see the following on [localhost:3000](localhost:3000):
Expand All @@ -79,4 +76,3 @@ You can find the source code for the applications described in this guide on Git
</DetailIconCards>

<NeedHelp/>

0 comments on commit bb3b91e

Please sign in to comment.