https://github.com/oruga-ui/demo-tailwindcss
🎐 TailwindCSS 2 + Oruga demo
https://github.com/oruga-ui/demo-tailwindcss
oruga tailwindcss ui-components ux-design vue vuejs
Last synced: about 2 months ago
JSON representation
🎐 TailwindCSS 2 + Oruga demo
- Host: GitHub
- URL: https://github.com/oruga-ui/demo-tailwindcss
- Owner: oruga-ui
- Created: 2020-11-20T19:10:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T18:46:45.000Z (over 2 years ago)
- Last Synced: 2025-04-01T17:24:46.841Z (2 months ago)
- Topics: oruga, tailwindcss, ui-components, ux-design, vue, vuejs
- Language: Vue
- Homepage: https://oruga-tailwindcss-demo.netlify.app
- Size: 1.96 MB
- Stars: 17
- Watchers: 0
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oruga TailwindCSS Demo
This simple demo made using the upcoming [Oruga](https://github.com/oruga-ui/oruga) release shows how to customize `Oruga UI` with `TailwindCSS 2` and use components like Input, Radio, Loading, Switch, Collapse and so on!
- [Online demo](https://oruga-tailwindcss-demo.netlify.app)
- [Oruga Documentation preview](https://oruga-documentation-preview.netlify.app)You can find common style for Oruga UI components in `src/assets/oruga-tailwind.css`
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).