Setting up DaisyUI, Tailwind, Vue and Vite

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • vite

    Next generation frontend tooling. It's fast!

  • We'll be using Vite as our development server. It's now the standard, over Webpack, for developing JS applications. I highly recommend moving your existing web app builds over to Vite. The speed increase is worth the migration process.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Run npm install -D tailwindcss postcss autoprefixer to get tailwind, postcss and autoprefixer installed as Dev dependencies run npx tailwindcss init -p to generate config files for Tailwind and PostCss

  • 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
  • PostCSS

    Transforming styles with JS plugins

  • Run npm install -D tailwindcss postcss autoprefixer to get tailwind, postcss and autoprefixer installed as Dev dependencies run npx tailwindcss init -p to generate config files for Tailwind and PostCss

  • daisyui

    ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

  • See what DaisyUI offers

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