An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

cosmoz-tree
===========

[![Build Status](https://github.com/Neovici/cosmoz-tree/workflows/Github%20CI/badge.svg)](https://github.com/Neovici/cosmoz-tree/actions?workflow=Github+CI)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Neovici/cosmoz-tree)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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.