Skip to content

aelbore/parcel-plugin-inline-lit-element

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published