netlify / vue-cli-plugin-netlify-lambda

Netlify Lambda plugin for Vue CLI
76 stars 12 forks source link

Nuxt.js #1

Open sanderjson opened 6 years ago

sanderjson commented 6 years ago

Just wondering if this will work with Nuxt.js

aeksco commented 5 years ago

From what I can tell this doesn't appear to work with Nuxt.js out of the box due to this plugin's reliance on the vue-cli-service package. If you just need basic prerendering (instead of full server-side rendering) you can check out this starter repo I just created - it builds a pre-rendered Vue frontend with a Netlify lambda function backend. You can view the deployed example here.