Skip to main content

Using Vramework with NextJS

Deploying Vramework with NextJS allows for code separation benefits without running a separate server, while also leveraging NextJS Server-Side Rendering (SSR) capabilities.

NextJS Coding

Setting up Vramework

The vramework CLI can generate a vramework-next.ts file which would allow you to directly interact with your functions.

In order to do so you can run npx @vramework/cli nextjs and will need to have a vramework.config.json file within the nextJS directory.

For example:

vramework.config.json
loading...

For additional functionality or feature requests, please submit an issue on the Vramework repository.