https://github.com/hat-open/hat-renderer
JavaScript virtual DOM renderer
https://github.com/hat-open/hat-renderer
Last synced: 6 months ago
JSON representation
JavaScript virtual DOM renderer
- Host: GitHub
- URL: https://github.com/hat-open/hat-renderer
- Owner: hat-open
- License: apache-2.0
- Created: 2021-08-08T21:58:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T09:13:07.000Z (over 1 year ago)
- Last Synced: 2025-10-27T10:31:56.978Z (8 months ago)
- Language: TypeScript
- Homepage: https://hat-renderer.hat-open.com
- Size: 293 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. _online documentation: https://hat-renderer.hat-open.com
.. _git repository: https://github.com/hat-open/hat-renderer.git
.. _npm package: https://www.npmjs.com/package/@hat-open/renderer
.. _pydoit: https://pydoit.org
.. _Hat Open: https://hat-open.com
.. _Končar Digital: https://www.koncar.hr/en
hat-renderer - JavaScript virtual DOM renderer
==============================================
For more information see:
* `online documentation`_
* `git repository`_
Install
-------
`hat-renderer` JavaScript library is available as `npm package`_::
$ npm install @hat-open/renderer
Build
-----
Build tool used for `hat-renderer` is `pydoit`_. For listing available doit
tasks, use::
$ doit list
Default task::
$ doit
creates npm package inside `build` directory.
Hat Open
--------
`hat-renderer` is part of `Hat Open`_ project - open-source framework of tools
and libraries for developing applications used for remote monitoring, control
and management of intelligent electronic devices such as IoT devices, PLCs,
industrial automation or home automation systems.
Development of Hat Open and associated repositories is sponsored by
`Končar Digital`_.
License
-------
Copyright 2020-2025 Hat Open AUTHORS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.