I'm attempting to integrate the library found at : into my Vue.js project.
However, I am facing difficulties importing and utilizing the scripts, as well as utilizing the library in general.
<script src="bower_components/wysihtml/dist/wysihtml-toolbar.min.js"></script>
After conducting some research, I experimented with solutions like this: . Unfortunately, these methods did not prove successful for me either.
Do you have any suggestions? What could potentially be going wrong on my end? Is it feasible to incorporate this library within my Vue.js project?