- Website: liveelements.io
- Documentation: liveelements.io/documentation
The guide at liveelements.io will take you through the language and how to use it to create web applications.
lvweb is a tool in live-elements-web-cli package that helps you setup a project with live elements:
npm i live-elements-web-cli # install lvweb
npx lvweb init . # use lvweb to generate a starting project
npx lvweb serve # serve the created projectThere's a live playground available at play.liveelements.io.
You can also setup one locally using lvweb:
npm i live-elements-web-cli # install lvweb
npx lvweb init --template playground . # generate a playground project
npx lvweb serve # serve playground- live-elements-core
- live-elements-loader
- live-elements-web
- live-elements-web-cli
- live-elements-web-server
- live-testspec
- live-web
- live-web-view
- live-web-edit