I'm writing a new project in Vue.js that has dependencies on older angular 1.x modules.
Is it possible/realistic to import an angular 1.x module/directive into my Vue.js application? Can webpack transpile any angular code into vanilla?
I'm writing a new project in Vue.js that has dependencies on older angular 1.x modules.
Is it possible/realistic to import an angular 1.x module/directive into my Vue.js application? Can webpack transpile any angular code into vanilla?