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

https://github.com/eidng8/xml-edit

A Vue.js tree view component showing XML structure.
https://github.com/eidng8/xml-edit

typescript xml xml-edit

Last synced: 4 months ago
JSON representation

A Vue.js tree view component showing XML structure.

Awesome Lists containing this project

README

          

# xml-edit

[![master build](https://img.shields.io/travis/com/eidng8/xml-edit?color=333&logo=travis)](https://travis-ci.com/eidng8/xml-edit) [![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/eidng8/xml-edit?color=333&logo=snyk)](https://snyk.io/test/github/eidng8/xml-edit?targetFile=package.json) [![maintainability](https://img.shields.io/codeclimate/maintainability/eidng8/xml-edit?color=333&logo=code-climate)](https://codeclimate.com/github/eidng8/xml-edit/maintainability) [![master coverage](https://img.shields.io/coveralls/github/eidng8/xml-edit/master?color=333&logo=coveralls)](https://coveralls.io/github/eidng8/xml-edit?branch=master) [![dev build](https://img.shields.io/travis/com/eidng8/xml-edit/dev?color=333&label=dev%20build&logo=travis)](https://travis-ci.com/eidng8/xml-edit/tree/dev) [![dev coverage](https://img.shields.io/coveralls/github/eidng8/xml-edit/dev?color=333&label=dev%20coverage&logo=coveralls)](https://coveralls.io/github/eidng8/xml-edit?branch=dev)

A Vue.js component showing and editing XML in tree view.

## Installation

```bash
npm i -S g8-xml-edit
```

## Usage

```html

```

## Documentation

### Public

https://eidng8.github.io/xml-edit/index.html

### Internal

- [xml-edit](docs/md/xml-edit.md)
- [input-encoding](docs/md/inputs/input-encoding.md)
- [input-name](docs/md/inputs/input-name.md)
- [menu](docs/md/menus/node-menu.md)
- [popup-attribute](docs/md/popup/popup-attribute.md)
- [popup-box](docs/md/popup/popup-box.md)
- [popup-declaration](docs/md/popup/popup-declaration.md)
- [popup-node](docs/md/popup/popup-node.md)