Browser friendly ES Modules TodoMVC
Demo: paulirish.github.io/es-modules-todomvc
Will work in your browser in these cases:
- Safari 10.1.
- Chrome 61.
- Firefox 54 – behind the
dom.moduleScripts.enabled
setting inabout:config
. - Edge 15 – behind the Experimental JavaScript Features setting in
about:flags
.
Repo was forked and adjusted from @kentcdodds' es6-todomvc. Thanks Kent!