lit-html and lit-element starter without bundler
yes, using js native module system and snowpack web_modules folder
- @open-wc/es-dev-server for live reload server
- conjurate for templated components
- 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
use this repository as template
or
git clone https://github.com/roquef/lit-starter.git myProject
cd myProject
then
npm i
npm run dev
npm run conjurate my-component
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#Browser_support