Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aelbore/inline-styles-lit-element

Code examples of lit-element uses external css or scss file with rollup, webpack and parcel
https://github.com/aelbore/inline-styles-lit-element

css demo examples parcel plugin rollup rollup-plugin scss webpack

Last synced: 2 months ago
JSON representation

Code examples of lit-element uses external css or scss file with rollup, webpack and parcel

Awesome Lists containing this project

README

        

# inline-styles-lit-element
Code examples of lit-element uses external css or scss file with rollup-plugin-inline-lit-element

## Examples
* [ Webpack ](https://github.com/aelbore/inline-styles-lit-element/tree/webpack)
* [ Parcel ](https://github.com/aelbore/inline-styles-lit-element/tree/parcel)
* [ Todo App ](https://github.com/aelbore/inline-styles-lit-element/tree/todo-lit-element)

Installation
------------
```
npm install
```

Build code
```
npm run build
```
Start Application
```
npm start
```
Test
```
npm test
```

Browse `http://localhost:3000`