Skip to content
/ lit-starter Public template

lit-html + lit-element starter / template without bundler

License

Notifications You must be signed in to change notification settings

lolastudio/lit-starter

Repository files navigation

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