Search code examples
javascriptinternet-explorervue.jsvuejs2vue-component

Vue.js with babel (for IE9 compatablity), without node build step


How to make Babel-standalone and Vue.js works together, so it can be compatible with IE9 browser ? I'm going to use in plain html without any build step.

My fears that they are to different analyzers, but i want to apply them to single code block.

The environment doesn't assume node.js build step.


Solution

  • Vue.js supports IE9 already. You don't need any build steps to use Vue with IE9, you just need to be sure that any additional code works on IE9 as well.