Hacker News new | ask | show | jobs
by MiniGod 2308 days ago
Did this recently. We knew we wouldn't be able to rewrite everything, so we are writing new pages in Vue (and porting the old ones slowly). We add them to the angular router with a controller that creates a `new Vue` instance replacing the DOM element.

This let's us start using Vue today and slowly phase out AngularJS.