Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 587 Bytes

readme.md

File metadata and controls

executable file
·
17 lines (11 loc) · 587 Bytes

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 in about:config.
  • Edge 15 – behind the Experimental JavaScript Features setting in about:flags.

Repo was forked and adjusted from @kentcdodds' es6-todomvc. Thanks Kent!