Home

Issue: 979

Is it possible to use file-system packages inside nuxtServerInit?

[issue link]

I’ve put my posts folder with markdown-based article files inside static directory.

I would like to list these files inside my post list template without using express/other server-side framework - is it possible?

Adding file-system packages (or similar) causes errors because I think nuxt executes them somehow on client side anyway.

This question is available on Nuxt.js community (#c845)