Skip to content

qiqqq/nuxt3-blog-template

Repository files navigation

Nuxt 3 blog with Tailwind CSS

Simple and minimalistic blog with Nuxt 3 and Tailwind CSS. Posts are stored in /content directory as Markdown files and displayed on blog with use of @nuxt/content module.

Live version available on Vercel: https://nuxt3-blog-template.vercel.app

Step-by-step build process described on DEV.to: https://dev.to/qiqqq/create-minimalist-blog-with-nuxt-3-and-tailwind-css-1dm

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:3000

# npm
yarn dev

#npm
npm run dev