softarc-consulting / sheriff

Lightweight Modularity for TypeScript Projects
https://softarc-consulting.github.io/sheriff/
MIT License
205 stars 16 forks source link

Vuejs Integration #159

Open andsilmar opened 1 month ago

andsilmar commented 1 month ago

First of all, I want to thank you for this useful library. I’ve been using it in an Angular project without any issues.

Now, I would like to integrate the library into a Vue.js project, but I'm having some trouble getting it to work properly. Is there any special configuration needed for *.vue files that I might be overlooking?

Thanks!

rainerhahnekamp commented 1 month ago

@andsilmar, thanks; I've been waiting for that question for some time. We will require an adapter for Vue integration that can also parse those files.

Would you be interested in acting as "testing candidate"?

andsilmar commented 1 month ago

Yes, of course! I would be happy to help. Feel free to send the instructions when you have them.