An open API service indexing awesome lists of open source software.

https://github.com/numtel/example-lithtml-wizard

Example Wizard Style Web Application using Lit-Html
https://github.com/numtel/example-lithtml-wizard

Last synced: 7 months ago
JSON representation

Example Wizard Style Web Application using Lit-Html

Awesome Lists containing this project

README

          

# Example Wizard Style Web Application using Lit-Html

This repository contains a simple wizard modelling a donation form over multiple steps. It was initialized using the Vue CLI but uses [Lit-Html](https://lit-html.polymer-project.org/) as a view rendering module instead in order to show that carefully composed vanilla JS classes can be more descriptive and succinct than using a third-party framework.

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```sh
yarn run build

# Also, can analyze the JS bundle after building
yarn analyze
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).