Search code examples
node.jsvue.jsdeploymentnuxt.jsplesk

how to deploy nuxt 3 on Plesk or IIS


how can i deploy nuxt 3 on Plesk or IIs on windows server. what config needs to do this. i appreciate anybody to answer me

i had transfer the .output file in httpdoc on my domain and below config on node js application
node js version : 18
Document root : httpdocs
Application Mode : production
Application Root : httpdocs
Application Startup File : entery.js

entery.js:    
import('./.output/server/index.mjs')

when i see my domain in browser, result is this "import('./.output/server/index.mjs')"


Solution

  • my problem is solved I deploy Nuxt3 on Plesk successfully via the below comment on GitHub by the author of Nuxt Poya Parsa
    https://github.com/nuxt/framework/issues/9789#issuecomment-1361454980