Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 953 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 953 Bytes

lit-starter

lit-html and lit-element starter without bundler

without bundler?

yes, using js native module system and snowpack web_modules folder

dev dependencies

build

  • this starter doesn't have build mode so you can use any bundler you need and prefer
  • by default, this starter is served as static site without bundler

get started

use this repository as template

or

git clone https://github.com/roquef/lit-starter.git myProject
cd myProject

then

npm i
npm run dev

generating new components

npm run conjurate my-component

browser support

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#Browser_support