Description
I hope you're kiddin with this recommendation. Nowadays most IDEs got nice defaults for <script>
and, hey, HTML5 went towards simplification, not exausting developers by endless useless xmlns
and other stuff. For example Webstorm insists that you'll use type="text/babel"
for script tag to correctly interpret ES6 (skipping defaults). But it only means that this IDE is buggy and we'll need to force their devs to fix this bug. There are many IDEs on the market, and you have a freedom to choose the right one.
Anyway, thank you for sharing this doc. Our team has internal document on component styling for Vue.js, part of it is comparable with your proposal, but definitely you have a worth things that we missed.
I also should say that it would be nice to take 1.0 into account.