Constantin Metz
Constantin Metz
Would be interested in adding it myself. However it would make sense to do so after the Typescript migration.
Thats not the case with Vue 2.6. Typescript is perfectly integrated. The only annoying part is, that .vue files need to be declared, and you loose the autocompletion of props....
Maybe we should even build the project with nuxt then. One of the best things about npmjs.com is, that all packages are indexed by google.
It works on electron v9+ if you install the extensions after the `app.on "ready"` event, and when passing the following `installExtension` options `{ loadExtensionOptions: { allowFileAccess: true } }`