lit-element-upload-images

LitElement basic config

Usage no npm install needed!

<script type="module">
  import litElementUploadImages from 'https://cdn.skypack.dev/lit-element-upload-images';
</script>

README

LitElement Demo

LitElement Starter Kit.

Tools:

  1. Testing: Karma
  2. Demo: Storybook
  3. Building: Webpack & Babel
  4. Development: Lit Element

Testing:

Unit testing with Karma, Mocha and Chai for test abstraction.

Demo

Storybook helps us building a demo for our component.

Building

We use Webpack to build and Babel to transpile the code.

Use

Install Packages

npm i

Run Project (development)

npm run dev

Run Project (production)

npm run prod

Run testing with Karma

npm run test

Run Demo with StoryBook

npm run storybook