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.
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.