Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdiscus/webpack-tailwind-pug
How to use Tailwind CSS with Pug
https://github.com/webdiscus/webpack-tailwind-pug
boilerplate css loader plugin pug pug-loader pug-plugin starter tailwind tailwindcss webpack
Last synced: about 2 months ago
JSON representation
How to use Tailwind CSS with Pug
- Host: GitHub
- URL: https://github.com/webdiscus/webpack-tailwind-pug
- Owner: webdiscus
- Created: 2023-03-22T15:41:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T15:49:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:52:20.861Z (8 months ago)
- Topics: boilerplate, css, loader, plugin, pug, pug-loader, pug-plugin, starter, tailwind, tailwindcss, webpack
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack starter with Tailwind CSS and Pug
This is minial code to demostrate _"How to use Tailwind CSS with Pug"_
To generate HTML from Pug use the [pug-plugin](https://github.com/webdiscus/pug-plugin).
Install
```
npm i
```Start app in a browser
```
npm start
```Build static files
```
npm run build
```