<⚡> Azure Functions Bridge
A bridge to Nuxt-based apps works in Azure Functions.
⚠️ this is a beta version
- 🚀 Blazing fast
- 🦄 Built for fast prototype
- 🔥 Express behind the scenes
How to install
npm install azure-functions-bridge# or with yarn yarn add azure-functions-bridge
Usage
your-function-file.js
const Nuxt = ;const Bridge = ; const config = ;const nuxt = config; const bridge = nuxt root: '/' // Root url fnName: 'NuxtApp' // Function name; module { const response = await bridge; contextres = response;};