What Vue is
A front-end framework in the same family as React: you describe a screen in terms of its data and it keeps the page in step. Its templates look like HTML with extra attributes, which most people find easier to read than React's approach, and it needs no build step for simple uses.
