Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girardinsamuel/tailwind_alpine
Template to scaffold new projet with Tailwind CSS and Alpine.js quickly
https://github.com/girardinsamuel/tailwind_alpine
Last synced: about 2 months ago
JSON representation
Template to scaffold new projet with Tailwind CSS and Alpine.js quickly
- Host: GitHub
- URL: https://github.com/girardinsamuel/tailwind_alpine
- Owner: girardinsamuel
- License: apache-2.0
- Created: 2020-05-01T18:41:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:19:58.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T15:34:28.721Z (3 months ago)
- Language: HTML
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailwind_alpine
Template to scaffold new projet with Tailwind CSS and Alpine.js quickly
## Build for production
```
npm run build
```1. It will first run Tailwind CSS compilation with purge enabled.
2. It will then minify CSS with `cssnano`.
3. The final file to use in production is `index.min.css`.