Nuxt server routes
up:: Nuxt ⚐
- Documentation: server/ · Nuxt Directory Structure
Example
Folder structure:
server/routes/foo.ts
That route is accessible on the website at /foo
In foo.ts
:
When opening /foo
, the website displays "Hello World"