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

https://github.com/c-lodder/kipengee

Simple, fast and accessible Web Components
https://github.com/c-lodder/kipengee

custom-elements javascript web-components

Last synced: 22 days ago
JSON representation

Simple, fast and accessible Web Components

Awesome Lists containing this project

README

          

# Kipengee

Simple, fast and accessible Web Components

## Demo

https://c-lodder.github.io/kipengee

## Browser Support

![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png)
--- | --- | --- | --- | --- | --- |
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |

## Contributing
- Clone the repository:
```bash
git clone https://github.com/C-Lodder/kipengee.git
```
- Go to the folder:
```bash
cd
```
- Install dependencies:
```bash
npm ci
npm i docsify-cli -g
```

## Build tasks
- Minify Javascript:
```bash
npm run build
```
- Run a server on localhost with livereload:
```bash
docsify serve docs --open
```