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
- Host: GitHub
- URL: https://github.com/numtel/example-lithtml-wizard
- Owner: numtel
- Created: 2019-05-18T19:37:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T19:37:46.000Z (almost 7 years ago)
- Last Synced: 2025-06-22T05:06:24.590Z (11 months ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).