Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/quick
https://github.com/qiuzhanghua/quick
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/qiuzhanghua/quick
- Owner: qiuzhanghua
- License: mit
- Created: 2023-04-23T06:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-23T06:51:18.000Z (over 1 year ago)
- Last Synced: 2024-11-13T14:53:33.191Z (2 days ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stencil + TailwindCSS Template
## Getting Started
```bash
pnpm create stencil component stencil-tailwind-template
cd stencil-tailwind-template
pnpm install -D tailwindcss stencil-tailwind-plugin typescript```
### modify stencil.config.ts
```ts
plugins: [
tailwind(),
tailwindHMR(),
]
```## Thanks
- [How to Integrate Tailwind CSS into your Stencil Project](https://ionic.io/blog/how-to-integrate-tailwind-css-into-your-stencil-project)## See Also
- [Another Stencil Tailwind Example](https://github.com/qiuzhanghua/stencil-tailwind)