Skip to content

Commit

Permalink
docs: add link to the vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
RexSkz committed Jul 1, 2024
1 parent 8b632ad commit 858b4ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ The result is here:

![The result (using LCS array diff method).](./preview.png)

## Other Version of Viewer

Here is an experimental [Vue version](https://github.com/RexSkz/json-diff-kit-vue) of the `Viewer` component.

## More Complex Usages

Please check the [playground page](https://json-diff-kit.js.org/), where you can adjust nearly all parameters and see the result.
Expand Down Expand Up @@ -143,8 +147,8 @@ Please refer to the article [JSON Diff Kit: A Combination of Several Simple Algo
- [x] Generate code directly in the demo page (covered by playground)
- [x] Optimise `Viewer` performance by adding virtual scrolling
- [x] Add CLI tool
- [x] Provide a Vue version of `Viewer`
- [ ] Improve unit tests
- [ ] Provide a Vue version of `Viewer`

## License

Expand Down

0 comments on commit 858b4ca

Please sign in to comment.