Hi there,
I'm currently evaluating RappidJs and trying to integrate it into our ElectronJs/NuxtJs app(running on Vue 2). The app is written in ES6.
The RappidJS Vue tutorial provided works as is, and unfortunately following the same steps from the tutorial to integrate it into our ElectronJs/NuxtJs app doesn't work quite as well. It is running into an issue where the browser is not able to interpret the Typescript, as shown below (maybe it only works in Typescript code base? if yes, any webpack config example to do that or non-Typescript examples?):
Any help is appreciated!
Cheers,
Tony