i am trying to use `SorenV/kotlin-vue` (i myself n...
# vuejs
n
i am trying to use
SorenV/kotlin-vue
(i myself never worked with vue, but i want to get a webdev on board that knows both vue and kotlin) does anyone have a working example of this using the multiplatform gradle plugin instead of kotlinjs ? (i already have a few common sourcesets and a ktor server, etc) i do not quie understand the differences between using
implementation(npm(...))
or the
npm {}
block with a the frontend plugin or if i can use that dependency when i use mpp 😕