Vuejs

in #software8 years ago (edited)

Introduction

What is Vue.js?

Vue (pronounced /vjuː/, like view) 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. On the other  hand, Vue is also perfectly capable of powering sophisticated  Single-Page Applications when used in combination with modern tooling and supporting libraries. If you are an experienced frontend developer and want to know how Vue compares to other libraries/frameworks, check out the Comparison with Other Frameworks.


Sort:  

Could vue be used to make a card style dashboard? I am not much of a front end guy but am trying to learn more. I am trying to find a good framework where I could make a single dashboard page that may have a few global options but then displays different analyses in a card style layout. Ideally these cards would be able to be dynamically resized or moved around by the user to customize the dashboard on the fly.