2.3.0 • Published 4 years ago

corona-lit v2.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Published on webcomponents.org

corona-lit

A simple covid19 status lit component.

A simple corona status lit component.

Quick start

npm install -g webpack-cli
git clone https://github.com/Eshwar4299/corona-lit
cd corona-lit
npm install
npm run dev

Detailed setup info

Clone this repo

git clone https://github.com/Eshwar4299/corona-lit

npm.io

Start a dev server

npm install --save-dev webpack webpack-cli webpack-dev-server copy-webpack-plugin html-webpack-plugin
npm install --save-dev @webcomponents/webcomponentsjs
cd corona-lit
npm install
npm run dev
<custom-element-demo>
  <template>
    <link rel="import" href="my-element.html">
    <link rel="import" href="../src/app/corona-lit.js">
    <next-code-block></next-code-block>
  </template>
</custom-element-demo>
<corona-lit></corona-lit>
2.3.0

4 years ago

2.1.2

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago