Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/quick


https://github.com/qiuzhanghua/quick

Last synced: about 18 hours ago
JSON representation

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)