DEV Community

Creative Tim
Creative Tim

Posted on • Updated on • Originally published at creative-tim.com

16 Great Vue JS Examples and Templates

What is Vue JS?

Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or existing projects (https://vuejs.org/v2/guide/).

Why Vue JS?

Vue outperforms Angular and React on pretty much all benchmarks, and it’s much simpler to pick up. It’s a “progressive” framework. At the lowest-level, you can simply link to it in your front-end like jQuery, and start using lots of cool features that solve most simple javascript/jQuery needs. Then, if you want to build that into a big single-page app, you have built-in support for component-style development and React-style rendering if you, PLUS officially maintained supporting frameworks (Vuex and Vue Router). Vue has “single-file component” files which allow you to build your HTML template, your JS code and your component-specific CSS in a single file that Vue and Webpack will process appropriately– this is actually very cool (https://forum.freecodecamp.com/t/vue-js-resources/48285/4).

Examples:

Vue JS Picture Input

Vue JS Picture Input

BootstrapVue Argon Dashboard PRO

BootstrapVue Argon Dashboard PRO by Creative Tim

Vue Light Bootstrap Dashboard by Creative Tim

Vue Light Bootstrap Dashboard by Creative Tim

Vuetify Material Dashboard by Creative Tim

Vuetify Material Dashboard by Creative Tim

Onsen UI for Vue 2

Onsen UI for Vue 2

Vuetify.js

Vuetify.js

Framework7

Framework7

VueJS Expo

VueJS Expo is a beautiful showcase of websites, applications, and experiments using the Vue.js framework

Quasar Framework

Quasar Framework

Mint UI

Mint UI

Buefy

Buefy

Element

Element

Vue JS Starter Template

Vue JS Starter Template

Vuelidate

Vuelidate

Vue.js 2.0 UI elements for mobile

Vue.js 2.0 UI elements for mobile

Keen UI

Keen UI

Bootstrap Vue

Bootstrap Vue

Vue Argon Dashboard

Vue Argon Dashboard

Top comments (1)

Collapse
 
mikaleb profile image
Mikaleb

That's nice but what about the composition API which is coming soon (and strong) via Vue3 and is already available ?