Combining the powers of lit-html and MobX to provide a light weight standard Custom Elements based alternative to Polymer.
Note: This is currently just a work in progress!
Assuming you have already installed a current version of node.js:
npm install
Note: Remember to run this again whenever package-lock.json
is changed.
To lint the JavaScript:
npm run lint
TODO: Use rollup or webpack to build (e.g: Babel) src and test ES next code so it can be executed in supported browsers.
Until that time I guess I'll have to stick to what's supported by Chrome (e.g: no decorates or class properties).
TODO: npm run build
For now there will only be a little playground test.html
file providing a minimalistic test page to be opened in your browser:
npm run test
TODO: Use web-component-tester or something similar to implement tests