vue-ace-diffy is a Vue wrapper for [Ace-diff](https://github.com/ace-diff/ace-diff).
npm install vue-ace-diffyinitial code extracted & modified from NPM package: @sysco-middleware/vue-ace-diff, due to source absence on github.
- npm i --save git+https://git@github.com/svilenkov/vue-ace-diffy.git
Include the Ace Diff stylesheet, or use your own.
.acediffy__container CSS class wraps the AceDiff editor. You need to set an explicit width and height, as well as the position: relative
Create a new component and extend it with the AceDiffy module.
``vue
`
To manually test the diff editor in a browser at run the following:
`bash``
npm run serve