Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitor83/abstract-ui
https://github.com/jvitor83/abstract-ui
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvitor83/abstract-ui
- Owner: jvitor83
- Created: 2021-04-29T01:04:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T20:35:19.000Z (about 1 year ago)
- Last Synced: 2024-10-04T03:40:58.761Z (about 1 month ago)
- Language: TypeScript
- Size: 537 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABSTRACT-UI
Project to achieve 2 goals:
- Create a component layer to abstract a ui library suite (bootstrap/material/ionic/kendo/primeng/etc)
- Create web components from those (using angular elements) with `abs-` prefix. (like `abs-button`)This is a experiment!
## Getting started
`npm install`## Develop
```
npm start
```## Production
1) `npm run build.prod`2) Create a html and import the js and css files from the dist like:
```html
Angular Elements
DYNAMIC
document.getElementById('element').addEventListener('clickEvent', e => console.log(e));
```