Sample project to show how to use Vue 2.0 components with AngularJS
master
: Todo App, only with AngularJSstep-1-TodoTextInput
: Todo App, with AngularJS and as Vue 2.0 component:TodoTextInput
(new dependencies to install)step-2-Header
: Todo App, with AngularJS and as Vue 2.0 components:TodoTextInput
,Header
Via npm:
npm install
npm run serve
Open browser at localhost:3000
, checkout the different branches. Enjoy!