Sébastien Chopin
Sébastien Chopin
Actually we plan to remove these templates since everything will be directly inside create-nuxt-app, which is already upgraded to Adonis 4 :) I need to update all README for templates...
Can we close this issue?
Thanks @jpt, feel free to open another PR will the correct updates :)
@afifsohaili sorry for this huge delay, any chance you can take a look at it an update again the dependencies to see if this works?
Sadly I don’t have time to debug on Electron :(
Thanks @gkorolkov, how is this one different than #42 ?
PR welcome @bi-kai Actually, we shall also transform it to be like https://github.com/nuxt-community/express-template
Seems a bit old now, is it still relevant?
Alright, letting you handle it @hmsk thank you!
Nice work @koca When using with `vite`, I got this error:  By changing these [two lines](https://github.com/koca/vue-prism-editor/blob/feature/next/packages/vue-prism-editor/src/Editor.ts#L20-L21) to ```js const isWindows = /Win/i.test(navigator.platform); const isMacLike...