Johannes Werner

Results 32 comments of Johannes Werner

Hey, I usually use https with vuesion. But this is handled by the infrastructure set up. Can you tell me what you use? (aws, azure, vercel, heroku, etc.)

hey @alecastrillo. I never used IIS to deploy a nuxt app but I found this on stack overflow: https://stackoverflow.com/questions/59914489/how-to-deploy-nuxt-with-iis you can skip the step of initializing the app, of course....

hey @rindibudiaramdhan, can you check if all dependencies have been installed correctly? maybe even remove the node_modules folder and run npm install again? worst-case scenario: install cross-env globally with npm...

@rindibudiaramdhan can I close this issue?

@rindibudiaramdhan did it work out? can I close this issue?

let's see what nuxt 3 introduces in terms of restrictions. maybe, it's possible to freely chose directory strucuture

I will have a look at it. The last time I checked, it wasn't anything that ended up in the production build.

@maunoxyd do you have some sample markdown?

Hey, I had some issues when I started to use service workers, too. Have a look at this gist: https://gist.github.com/Rich-Harris/fd6c3c73e6e707e312d7c5d7d0f3b2f9, maybe you have one of these issues.

Yes it does. I got it to work yesterday, what's your issue?