/vuetify-playground

A playground to try all UI components of Vuetify.js at once!

Primary LanguageVueMIT LicenseMIT

A playground to try all UI components of Vuetify.js at once!

Introduction

Developers new to Vuetify must want to go through all its UI components quickly. For me, it's also very important to know the mobile experience powered by it. After checking official website and popular resources from awesome-vuetify, there is no common playground (like React Native Playground) about this. So I build this playground from the official examples on Vuetify website with 2 advantages:

  • For the developers who's surveying this framework, it's more convenient to see and try all UI components at once, without loading every component's page or watching too much descriptions.
  • It's designed for mobile at first, so both mobile and PC users can take advantage of it.

Click here or scan QR code at top to take a look. Hope it helps!

Contribute

Contribution is welcome! Please search FIXME or TODO on source code firstly to take a step.

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Start making changes!