My website built in Nuxt and using Nuxt Content. Feel free to clone it and play around with it.
This is my website which I built in Nuxt 3. I use it as my playground for trying out new stuff and having fun. Feel free to have a look around and copy whatever you like as the code is open source so if it helps you then great. All content is written in markdown using Nuxt Content v2 and makes it very easy to add new posts, videos etc. Site is a static site meaning it can be hosted for free on any hosting service such as Netlify.
After cloning it make sure you run yarn or npm install to install everything and then start the dev servers.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.