Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tailwindlabs/tailwindcss-setup-examples
https://github.com/tailwindlabs/tailwindcss-setup-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tailwindlabs/tailwindcss-setup-examples
- Owner: tailwindlabs
- Archived: true
- Created: 2019-06-05T18:05:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T18:19:07.000Z (over 3 years ago)
- Last Synced: 2024-09-18T13:47:29.579Z (about 2 months ago)
- Size: 2.88 MB
- Stars: 674
- Watchers: 17
- Forks: 173
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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