DEV Community

Discussion on: Use vue component in an existing AngularJs Application

Collapse
 
sduduzog profile image
Sdu

I will also be soon experimenting with something similar. From the top of my head I know that angularjs and vue will not know about eachother but you can start adding vue in html pages of your angular app.

If using something like gulp, you can use a bundler like rollup rollup-plugin-vue.vuejs.org/exampl... to build your single file components into a script witch you can then reference somewhere on your app.

Collapse
 
sudoanushil profile image
Anushil Kumar

Please tell me also if you figure out something.