Vanilla ES6 (ES2015) • TodoMVC
A port of the Vanilla JS Example, but translated into ES6, also known as ES2015.
To get started with this example, navigate into the example folder and install the NPM modules.
cd todomvc/examples/vanilla-es6
npm install
After NPM modules have been installed, use the pre-defined Babel script to convert the src
files. Browserify is also used so that module.exports
and require()
can be run in your browser.
npm run compile
Let us know if you discover anything worth sharing.
Created by Luke Edwards Refactored by Rifki Andriyanto