Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 566 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 566 Bytes

Try lit-html and LitElement now

はじめる

git clone git@github.com:Polymer-Japan/try-lit.git
cd try-lit
npm i

書いて試す

TypeScript で書きながら parcel で試します。

lit-html を試す

lit-html/app.ts を編集したら、次のコマンドを実行します。

npm start lit-html/index.html

lit-element を試す

lit-element/app.ts を編集したら、次のコマンドを実行します。

npm start lit-element/index.html