DEV Community

Cover image for I built a Nuxt.js + TailwindCSS Blog Starter
Md Solaiman Hossain
Md Solaiman Hossain

Posted on

I built a Nuxt.js + TailwindCSS Blog Starter

I'm excited to announce that I have just released a Nuxt.js + TailwindCSS blog starter template, and it's open-source!

You can check it out here:

๐ŸŒ Live Demo

๐Ÿ”— GitHub Repo


๐Ÿ“– About the Project

This starter blog is designed for developers and creators who want a clean, lightweight, and blog experience powered by Nuxt.js 3 and TailwindCSS.

Itโ€™s perfect for anyone looking to kickstart a personal blog, portfolio site, or tech blog!

Key Features:

  • โœจ Fully responsive and mobile-friendly
  • ๐Ÿš€ Fast performance with Nuxt 3
  • ๐ŸŽจ Beautiful UI with TailwindCSS
  • ๐Ÿ“ Simple blog post management using Markdown

๐ŸŽฏ Why I Built This

It was a fun project, and I wanted a simple, quick portfolio or blog that isnโ€™t reliant on complex CMS systems or bloated codebases. I want to share it with the community โ€” so you can build on top of it too!


๐Ÿš€ How to Get Started

  1. Clone the repo:
git clone https://github.com/mdrathik/nuxtjs-tailwind-blog.git
Enter fullscreen mode Exit fullscreen mode

2.

cd nuxtjs-tailwind-blog
npm install
Enter fullscreen mode Exit fullscreen mode

3.

npm run dev
Enter fullscreen mode Exit fullscreen mode

Thatโ€™s it! ๐ŸŽ‰ Customize it, deploy it, and make it your own!

Top comments (0)