Sébastien Chopin

Results 954 comments of 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 :(

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: ![Screenshot 2020-10-21 at 18 36 46](https://user-images.githubusercontent.com/904724/96750602-6d1ff880-13cc-11eb-880e-8c899f43266e.png) 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...