[Vuejs]-In NuxtJS How to configure different paths for publicPath, outputDir, and indexPath

0👍

there are different Dir properties that you can use in nuxt.config. I think
buildDir ,rootDir or srcDir can help you. However, you can access vue configuration and use your old solution by :
nuxt.config vue.config property

Leave a comment