Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oruga-ui/demo-multiframework

๐Ÿงถ Oruga combined with 4 different styles: Tailwind, Bootstrap 5, Bulma and Material!
https://github.com/oruga-ui/demo-multiframework

bootstrap bulma-css material-ui oruga tailwindcss ui-components ux vue vuejs

Last synced: 10 days ago
JSON representation

๐Ÿงถ Oruga combined with 4 different styles: Tailwind, Bootstrap 5, Bulma and Material!

Awesome Lists containing this project

README

        

# Oruga Multiframework Demo

A simple registration form made with the upcoming [Oruga](https://github.com/oruga-ui/oruga) release combined with 4 different styles: `Tailwind`, `Bootstrap 5`, `Bulma` and `Material`!

- [Online demo](https://oruga-multiframework-demo.netlify.app/tailwind)
- [Oruga Documentation preview](https://oruga-documentation-preview.netlify.app)

## 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/).