Skip to content

liveelements/live-elements-web

Repository files navigation

Live Elements Web NPM Version

Getting Started

The guide at liveelements.io will take you through the language and how to use it to create web applications.

Install and Setup

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 project

Try it out

There'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

Packages

  • 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

About

Web components for live elements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published