Michael Marcenich

Results 18 comments of Michael Marcenich

@jbnv The module does not write to the .env file when used with `nuxt dev`, it injects the 2 variables mentioned above into the environment of the process, started from...

Hi @bitfactory-sarah-tammenga, Let's clarify some things in advance: PHP is a server side scripting language and, in production, will need to be set up properly through a web server and...

Also: Laravel will not support this module natively, in order for Laravel to proxy calls to NuxtJS's internal router you need to configure a route (see: https://github.com/m2sd/nuxt-laravel#forwarding-all-undefined-routes-to-nuxt and mind the...

@GautierDele I opened this thread to handle discussion about future development of the package. ### First order of business: Consider making the TypeScript branch the default #### Pros - Typescript...

### Second order of business: Consider Vuepress page for documentation and presentation [Vuepress](https://vuepress.vuejs.org/) allows to easily create a web page from Markdown files. Features include (but are not limited to):...

PS: sorry it took me so long to notice :disappointed: However, this issue affects this module even without my changes...

I have created a workbox plugin to achieve interoperability. Still we need a way to integrate it with `@nuxtjs/pwa` somehow. I think an integration with the PWA module is the...

@lupas Hi lupas sorry for the long silence, i've been crazy busy and it is hard to find the time for foss... :disappointed: I'll try to get into it again...