Home

Awesome

Tour of Heroes - Vue.js 2.0 edition

This repo contains an implementation of the Angular 2 'Tour of Heroes' tutorial app using Vue.js 2.0.

My primary goal for this project was to compare (for my own benefit) Angular 2 and Vue 2 from an implementation standpoint.

A secondary goal was to see how closely I could align Vue 2 with React in terms of building components. Vue 2 introduced the ability to use a render function within components and the ability to use JSX. Given that I'm much more familiar with React, I wanted to see how far I could stretch Vue to incorporate React-like paradigms.

Highlights

Installation/usage