Awesome
ef.js • TodoMVC
ef.js is a lightweight but powerful static framework with static template engine.
Resources
Support
Let us know if you discover anything worth sharing.
Implementation
Run a test
$ git clone https://github.com/ClassicOldSong/todomvc-efjs.git
$ cd todomvc-efjs
$ npm install
$ npm run dev
Then you can test it out in the opening browser window.
Build from source
$ git clone https://github.com/ClassicOldSong/todomvc-efjs.git
$ cd todomvc-efjs
$ npm install
$ npm run build
Credit
Created by ClassicOldSong