Support symbol link directory in routes generating [issue link] It’s better if nuxt can parse all the files in symbol link directory, just add the options {symlinks: true} in /lib/builder/builder.js, like this const files = await glob('pages/**/*.vue', { cwd: this.options.srcDir,symlinks:true }) This question is available on Nuxt.js community (#c1523)