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

https://github.com/aelbore/parcel-plugin-inline-lit-element

Parcel Plugin for LitElement to inline your import css and scss file
https://github.com/aelbore/parcel-plugin-inline-lit-element

css lit-element lit-html parcel plugin scss webcomponents

Last synced: about 1 year ago
JSON representation

Parcel Plugin for LitElement to inline your import css and scss file

Awesome Lists containing this project

README

          

# parcel-plugin-inline-lit-element
Parcel Plugin for LitElement to inline your import css and scss file

Getting Started
------------
```
git clone https://github.com/aelbore/parcel-plugin-inline-lit-element.git
npm install
```

Installation
------------
```
npm install --save-dev parcel-plugin-inline-lit-element
```

## Start the examples
* Typescript with Decorators
* Counter
```
npm run build.counter.decorators
```
* Hello World
```
npm run build.hello.world.decorators
```

* Javascript
* Counter
```
npm run build.counter
```
* Hello World
```
npm run build.hello.world
```
* Go your browser
```
http://localhost:1234
```

## Use Lit-Element-Transpiler
```
git submodule init
git submodule update --remote

npm run link.transpiler
```