# tailwindcss-setup-examples **Repository Path**: mirrors_tailwindlabs/tailwindcss-setup-examples ## Basic Information - **Project Name**: tailwindcss-setup-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tailwind CSS Setup Examples A repository of examples showing how to setup Tailwind in a variety of different frameworks and environments. Please note that these examples are for the most part contributed and maintained by the community, and we merge them without a ton of review because it seems more helpful to have *something* than nothing. If you notice any issues or inconsistencies across different examples, we welcome all contributions to improve them. ## Available Examples - [vue-cli](examples/vue-cli) - [Nuxt.js](examples/nuxt) - [Next.js](examples/nextjs) - [Svelte](examples/svelte) - [Sapper](examples/sapper) - [Laravel](examples/laravel-postcss-only) (PostCSS-only) - [Gridsome](examples/gridsome) - [Wordpress](examples/wordpress-laravel-mix) (using Laravel Mix) - [Statamic v2](examples/statamic-v2-laravel-mix) (using Laravel Mix) - [Jekyll](examples/jekyll) ## Contributing If we're missing you're favorite framework/static site generator/CMS/whatever, we'd love a PR that includes a barebones example of the best way to set up Tailwind in that environment. Try to keep the examples as simple as humanly possible, ideally there would be two commits: 1. Initializing the default project, usually using some CLI tool provided by the framework (like `vue create my-project` with vue-cli). 2. The minimum necessary changes to add Tailwind to the project. Please include instructions for the setup process as well, so it's easier for others to follow. [Here's an example](examples/vue-cli/README.md). Some that we're missing that we'd love to have: - Ember.js - Angular - Gatsby - Rails - Django - Symfony - Craft CMS - Drupal