This weekend, I was hacking away on a comments system for my SaaS app Lean Steps, and about half-way through I realized that it would make a great blog post. So, here we are!

In this first post, we’ll start our comments system by building a Vue.js component. Then in the next few installments, we can style it with Tailwind CSS and wire it up to a Laravel backend to persist our comments.

Let’s dive right in and get to work!

  • The Set Up
  • Scaffolding The Component
  • Showing Comments
  • Editing a Comment
  • Deleting a Comment
  • Adding Comments
  • The Wrap-Up

#vue.js #tailwind css #laravel

Building A Comments System With Vue.js, Laravel, and Tailwind CSS Part I
1.80 GEEK