[Vuejs]-Install vue-loader on an angularjs application

-1👍

  • you can’t use import {} from … without babel
  • it’s really hard to use babel without webpack
  • you can’t use vue-loader without webpack (read docs https://vue-loader.vuejs.org/)
  • you can’t use a vue component inside angularjs except by importing vue, which would make the page load too long

Leave a comment