We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f9235 commit 62f77a9Copy full SHA for 62f77a9
README.md
@@ -1,13 +1,14 @@
1
# vue3-xml-viewer
2
A Vue 3 component to display a formatted and colored XML document.
3
-The project is forked from https://antony-k1208.github.io/vue3-xml-viewer and made Vue3 a first class citizen.
+The project is forked from https://github.com/leon737/vue-xml-viewer and made Vue3 a first class citizen.
4
5
## Live demo
6
https://antony-k1208.github.io/vue3-xml-viewer/
7
8
## Setup
9
```
10
npm install vue3-xml-viewer --save
11
+yarn add vue3-xml-viewer
12
13
14
## Usage
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-xml-viewer",
- "version": "0.0.1",
+ "version": "0.0.11",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
0 commit comments