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

https://github.com/uiwebkit/static-template

Uni Static Template
https://github.com/uiwebkit/static-template

custom-elements html starter-app starter-project starter-template web web-components webcomponents

Last synced: 7 months ago
JSON representation

Uni Static Template

Awesome Lists containing this project

README

          

# Uni Static Template

Use Static Template to build modern web UI without JS coding. This template is used for building static websites only.

## Getting Started

To start building a new web app using UiWebKit, clone this repo to a new directory:

```bash
git clone https://github.com/uiwebkit/static.git your-name
cd your-name
```

and run:

```bash
npm i
npm run serve:dev
```