serverless-side-rendering-vue-nuxt
serverless-side-rendering-vue-nuxt copied to clipboard
Sample project for using Nuxt.js to create a server-side rendered Vue.js app on AWS Lambda and AWS API Gateway.
Hi All I have created a server less application using java,dynamodb and API gatway. i want to test this functionality in local using serverless offline framework. But i am facing...
Has anyone else run into this problem? An error occurred: NuxtLambdaFunction - Unzipped size must be smaller than 262144000 bytes I have tried the following to reduce the size: package:...
The nuxt.js file in the root directory is redundant and can cause run-time script compilation errors
I cloned the repo and deployed and everything worked until i added local file to the static folder of my nuxt app with other plugins like PWA and router etc....
Hi. Thanks for this clean repo. Here is the summary of changes: - Update to `[email protected]` - Use `nuxt-start` dependency for deployment which is 8.6M install size comparing to nuxt...
Towards the end when it's time to deploy, it suggests running `npm run deploy` and says: >You'll see the terminal return some output with the endpoint for your app. But,...