Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamualfa/routify-tailwind
Use Routify with Tailwind CSS
https://github.com/lamualfa/routify-tailwind
routify svelte tailwind template
Last synced: about 3 hours ago
JSON representation
Use Routify with Tailwind CSS
- Host: GitHub
- URL: https://github.com/lamualfa/routify-tailwind
- Owner: lamualfa
- License: wtfpl
- Created: 2020-10-03T11:41:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T09:26:33.000Z (over 3 years ago)
- Last Synced: 2023-03-06T00:11:52.127Z (over 1 year ago)
- Topics: routify, svelte, tailwind, template
- Language: JavaScript
- Homepage: https://routify-tailwind.vercel.app/
- Size: 339 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use Routify with Tailwind CSS
Check out demo [Here](https://routify-tailwind.vercel.app/).
## Features
- Purging Styles in Svelte component
## Installation
```bash
npx degit lamualfa/routify-tailwind folder-name
```The command above will create a new folder with the name `folder-name` which contains Routify + Tailwind CSS template.
## Environment Used
- Routify `2.5.1-next-major`
- Tailwind `2.0.2`
- PostCSS `8.2.1`## Note
**This template use _Tailwind CSS_ `v2.0.2`.** If you need the latest version, just run the command `yarn add tailwindcss` or `npm install tailwindcss` to update the Tailwind CSS.
Special thank's to [dominikg/svite](https://github.com/dominikg/svite) for the Tailwind configuration file.
## Related
- [routify-ts](https://github.com/lamualfa/routify-ts) - Use Typescript in Routify Project.
- [routify-twind](https://github.com/lamualfa/routify-twind) - Use Twind (_Tailwind CSS in JS version_) in Routify.
- [routify-windi](https://github.com/lamualfa/routify-windi) - Use Windi CSS (_Next generation of Tailwind CSS compiler_) in Routify.
- [routify-carbon](https://github.com/lamualfa/routify-carbon) - Use IBM Carbon Framework in Routify.
- [routify-vite](https://github.com/lamualfa/routify-vite) Use Vite (_Next Generation Frontend Tooling_) in Routify.
- [routify-vite-ts](https://github.com/lamualfa/routify-vite-ts) Use Vite (_Next Generation Frontend Tooling_) & Typescript in Routify.