Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/oruga-ui/demo-multiframework
- Owner: oruga-ui
- Created: 2020-12-23T00:20:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:43:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:02:32.475Z (over 1 year ago)
- Topics: bootstrap, bulma-css, material-ui, oruga, tailwindcss, ui-components, ux, vue, vuejs
- Language: Vue
- Homepage: https://oruga-multiframework-demo.netlify.app
- Size: 2.11 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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/).