Skip to content

difosfor/litx

Repository files navigation

LitX

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!

Setup

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.

Lint

To lint the JavaScript:

npm run lint

Build

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

Test

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

About

lit-html meets MobX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published