Skip to content

john-maddock/todo-ngVue

 
 

Repository files navigation

todo-ngVue

Sample project to show how to use Vue 2.0 components with AngularJS

Branches:

  • master: Todo App, only with AngularJS
  • step-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

Install

Via npm:

npm install

Usage

npm run serve

Open browser at localhost:3000, checkout the different branches. Enjoy!

About

Sample project to show how to use Vue 2.0 components within AngularJS app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.6%
  • HTML 9.4%