serverless-side-nuxtjs-example icon indicating copy to clipboard operation
serverless-side-nuxtjs-example copied to clipboard

Example of an Serverless Application that uses NuxtJS to provide FrontEnd

Results 1 serverless-side-nuxtjs-example issues
Sort by recently updated
recently updated
newest added

I've played with nuxt and lambda and found an interesting side effect that client side events wont work after page has been rendered with lambda. https://github.com/niom/serverless-side-nuxtjs-example/tree/feature/ui-events I extended you example...