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)

OSZAR »