Creating a project template using Laravel, Vue 3 and Tailwind - Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • laravue3

    A project template for Laravel projects utilizing Vue 3

  • Overall, pretty simple but it is nice to save the steps ever time we want to do some experimenting. You can grab the source from Github for yourself. Next time, we'll add Laravel Breeze for some simple authentication and set up our TDD workflow as well.

  • core

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)

  • Laravel has recently added a couple cool new tech stacks to the ecosystem, Livewire and Inertia. Both have a lot of potential and can be great next steps for people looking to get some more interactivity in their Laravel projects but who may feel that a full fledged JS framework is daunting. About a year before Laravel introduced the new stacks, I decided to take the plunge on Vue. Even with great options like Livewire and Inertia, I would highly recommend a Vue deep dive.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • For the fastest prototyping, TailwindCSS is an excellent choice to style our views. It is a utility framework which might feel wrong if you strive to minimize the number of classes you use in your HTML. If try it, I'm sure you'll love it. It is what I used to build my site as well as several others. As a developer with mostly backend experience, Tailwind really helped to demystify all things CSS.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🎉Introducing Atomic Design in Vue.js🔥

    4 projects | dev.to | 23 Aug 2023
  • The one with styling Zag.js components with Tailwind CSS

    2 projects | dev.to | 29 Nov 2022
  • Crafting my Portfolio - Nav and Footer

    2 projects | dev.to | 18 Oct 2022
  • Creating a dropdown menu using Vue3 and PopperJS

    3 projects | dev.to | 8 Sep 2022
  • Any UI framework for Vue that isn't so opinionated it can't be customized? - Also, what's it like working with your preferred framework?

    5 projects | /r/vuejs | 23 Aug 2022