https://github.com/juliendargelos/web-component
Minimal class and decorators for typescript web components.
https://github.com/juliendargelos/web-component
Last synced: 4 months ago
JSON representation
Minimal class and decorators for typescript web components.
- Host: GitHub
- URL: https://github.com/juliendargelos/web-component
- Owner: juliendargelos
- License: mit
- Created: 2019-10-28T10:07:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T14:48:35.000Z (over 5 years ago)
- Last Synced: 2025-02-23T09:39:00.735Z (4 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Component
[](https://github.com/juliendargelos/web-component/actions?workflow=ci)
[](https://codeclimate.com/github/juliendargelos/web-component/maintainability)
[](https://github.com/juliendargelos/web-component/tree/coverage)
[](https://npmjs.com/@juliendargelos/web-component)
[](LICENSE)This package provides a minimal abstract class that can be extended to build web components. It comes with some useful decorators and is TypeScript friendly.
### Install
```bash
yarn add @juliendargelos/web-component
```### Usage
*Documentation coming soon*
### Development
Clone the repository:
```shell
git clone [email protected]:juliendargelos/web-component
```Install dependencies:
```shell
yarn
```Build:
```shell
yarn build
```Test:
```shell
yarn test
```