Example repository to show how the lit-loader works
webpack 4
babel 7
lit-loader
ref: https://github.com/PolymerX/lit-loaderpostcss-import-plugin
- showing example import for CSS<style>
First clone the repository:
$ git clone https://github.com/PolymerX/lit-loader-example
Install dependencies:
$ yarn // or npm install
Build using webpack:
$ yarn build
Run http-server
on dist folder. Server available at http://localhost:8080
$ yarn start
MIT © LasaleFamine