/viu

Viu: Meteor + Vue Material Design Framework

Primary LanguageCSSMIT LicenseMIT

Viu UI

How to start?

Install Meteor framework first and then run in project folder:

git clone https://github.com/DevsignStudio/viu.git
meteor npm install
meteor

Or you can install packages in existing project:

meteor add akryum:vue akryum:vue-router2 akryum:vue-component
meteor add devsignstudio:viu-ui
meteor npm rebuild

Current progress:

  • Appbar
  • Side Navigation
  • Buttons (Raised, Flat & Color)
  • Cards
  • Confirmation Dialog
  • Snackbar
  • Expansiol Panel (Accordion)
  • Lists (Single, Double, Triple)
  • Image Loading
  • Dropdown Menu
  • Dropdown Select
  • Modal
  • Checkbox
  • Radio
  • Switch
  • Sliders
  • Tooltips (buggy)
  • Textfield (single & multiline)
  • Tab
  • Icon
  • Icon Button
  • SearchBox
  • FAB
  • Date picker
  • Time picker
  • Gallery
  • Login Form
  • Custom cards
  • Transition Effects
  • Progress Bar

Disclaimer

This package is only to create material design UI as learning purpose and using a lot of other packages especially https://github.com/Akryum/vue-meteor. For integration of Meteor and Vue, Akryum/vue-meteor is good starting point. He already done a lot of works in this project.