/es-modules-todomvc

ES modules demo app

Primary LanguageJavaScriptMIT LicenseMIT

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!