Michael Marcenich
Michael Marcenich
Thanks for the quick reply :smile: I'm collaborating/in contact with @lupas from `@nuxtjs/firebase` so this would mainly concern his module, but you're right that would be the best solution. One...
@skyrpex Hi, I made a litte nuxt cli tool based on your work. Maybe you'd like to take a look at it? https://github.com/m2sd/nuxt-laravel Thanks for the inspiration :)
Hey there, me again :sweat_smile: What would you say if we pool our resources on this? I have concluded a module implementation, i'm only missing tests and a fancy documentation....
Happy to hear that :grin: Don't worry, i know how it is :sweat: You don't have to feel obligated to put time into this. Here's the invite anyway, so that...
@s-fog I am currently working on an SSR version, but i am a little short on time at the moment so this might take a while. I plan on releasing...
Sry, i'm currently a bit swamped with work... My next project, however, makes use of the module and i'll use this to continue development (that's where the previous date estimate...
Hi @GautierDele, I'm truly sorry about the constant delays... I have to deal with a problematic client at the moment which leaves little time for my FOSS work... :disappointed: However...
Hi @GautierDele, Thanks for your support and your patience. Sadly i didn't get it to work yet but i pushed the feature branch i'm currently working on so you can...
Hi @jbnv, It looks like nuxt is run in development here. In development nuxt uses a virtual filesystem to avoid problems with HMR (hot module reloading). If you want the...
The route you created uses a fixed reference to a static file. The whole point of the module is to setup a proxy connection between the Laravel test server and...