AngularVueIntegration icon indicating copy to clipboard operation
AngularVueIntegration copied to clipboard

An opinionated attempt to let Angular 1.x and Vue peacefully live together

Results 2 AngularVueIntegration issues
Sort by recently updated
recently updated
newest added
trafficstars

This is really a nice tutorial about how to migrate AngularJS to Vue. I appreciate the tags you setup on your repository to easily move from step to step. Everything...

I tried using the external file with templateUrl and for some reason didn't see anything, so I tried to create a component like so: ```javascript angular.module(NAME).component('test', { template: ` Add...