https://github.com/neovici/cosmoz-tree
Element and helper classes to manage tree data structure.
https://github.com/neovici/cosmoz-tree
Last synced: 11 months ago
JSON representation
Element and helper classes to manage tree data structure.
- Host: GitHub
- URL: https://github.com/neovici/cosmoz-tree
- Owner: Neovici
- License: apache-2.0
- Created: 2017-04-26T09:30:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-04T12:14:24.000Z (about 1 year ago)
- Last Synced: 2025-06-19T07:58:27.485Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.webcomponents.org/element/Neovici/cosmoz-tree
- Size: 1.63 MB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
cosmoz-tree
===========
[](https://github.com/Neovici/cosmoz-tree/actions?workflow=Github+CI)
[](https://www.webcomponents.org/element/Neovici/cosmoz-tree)
[](https://github.com/semantic-release/semantic-release)
## <cosmoz-tree>
Element and helper classes to manage tree data structure.
## Install the Polymer-CLI
First, make sure you have the
[Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run
`polymer serve` to serve your application locally.
## Viewing Your Application
```
$ polymer serve
```
## Building Your Application
```
$ polymer build
```
This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.
You can serve the built versions by giving `polymer serve` a folder to serve
from:
```
$ polymer serve build/bundled
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run
your application's test suite locally.