Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thangchung/tailwindonblazor-template
Makes Tailwind works with Blazor (live-reload mode)
https://github.com/thangchung/tailwindonblazor-template
blazor postcss tailwindcss template webassemby
Last synced: about 1 month ago
JSON representation
Makes Tailwind works with Blazor (live-reload mode)
- Host: GitHub
- URL: https://github.com/thangchung/tailwindonblazor-template
- Owner: thangchung
- License: mit
- Created: 2021-06-13T10:13:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T10:41:42.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:18:50.609Z (3 months ago)
- Topics: blazor, postcss, tailwindcss, template, webassemby
- Language: C#
- Homepage:
- Size: 534 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tailwindonblazor-template
Makes Tailwind works with Blazor
# Give a star ⭐
If you're using this repository for your learning, samples, workshop, or your project, please give a star. Thanks :+1:
# Get starting
```
$ npm install
$ dotnet watch //livereload mode
```# Some screens
## Normal mode
![](assets/homepage.png)
![](assets/counterpage.png)
![](assets/fetchdatapage.png)
## Dark mode
![](assets/homepage_dark.png)
![](assets/counterpage_dark.png)
![](assets/fetchdatapage_dark.png)
# What we use
- npm: 6.14.11
- node: v15.5.1
- .NET 6: 6.0.100-preview.4.21255.9
- Tailwindcss: 2.1.3
- postcss: 8.3.0
- HTML Template: https://github.com/estevanmaito/windmill-dashboardHappy hacking!