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
- Host: GitHub
- URL: https://github.com/uiwebkit/static-template
- Owner: uiwebkit
- License: mit
- Created: 2021-05-22T17:21:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T18:46:50.000Z (over 4 years ago)
- Last Synced: 2025-05-21T19:13:44.926Z (10 months ago)
- Topics: custom-elements, html, starter-app, starter-project, starter-template, web, web-components, webcomponents
- Language: HTML
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```