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
- Host: GitHub
- URL: https://github.com/aelbore/parcel-plugin-inline-lit-element
- Owner: aelbore
- Created: 2019-04-19T14:07:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T00:59:38.000Z (about 7 years ago)
- Last Synced: 2025-03-16T19:46:29.103Z (about 1 year ago)
- Topics: css, lit-element, lit-html, parcel, plugin, scss, webcomponents
- Language: TypeScript
- Size: 217 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```