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
- Host: GitHub
- URL: https://github.com/c-lodder/kipengee
- Owner: C-Lodder
- License: mit
- Created: 2020-04-27T14:17:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:58:25.000Z (almost 4 years ago)
- Last Synced: 2025-07-06T14:02:23.672Z (11 months ago)
- Topics: custom-elements, javascript, web-components
- Language: JavaScript
- Homepage: https://c-lodder.github.io/kipengee
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Kipengee
Simple, fast and accessible Web Components
## Demo
https://c-lodder.github.io/kipengee
## Browser Support
 |  |  |  |  | 
--- | --- | --- | --- | --- | --- |
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
```