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.
- Host: GitHub
- URL: https://github.com/eidng8/xml-edit
- Owner: eidng8
- License: gpl-3.0
- Created: 2020-04-24T08:17:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T01:57:49.000Z (about 1 year ago)
- Last Synced: 2025-07-23T18:01:58.498Z (11 months ago)
- Topics: typescript, xml, xml-edit
- Language: TypeScript
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-edit
[](https://travis-ci.com/eidng8/xml-edit) [](https://snyk.io/test/github/eidng8/xml-edit?targetFile=package.json) [](https://codeclimate.com/github/eidng8/xml-edit/maintainability) [](https://coveralls.io/github/eidng8/xml-edit?branch=master) [](https://travis-ci.com/eidng8/xml-edit/tree/dev) [](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)