examples
examples copied to clipboard
Add a server Express API to example using Nuxt
https://github.com/serverless/examples/tree/master/aws-node-vue-nuxt-ssr
I'm successfully using the above example to deploy a Vue Nuxt serverless app to aws.
Now what I'm trying to do is to add a server middleware for a restful API, so I can have /api/v1/helloworld like endpoints. I tried a lot, but I can't find a solution to this problem.
Please, can someone provide some information about how to this?
Same issue. The example seems to be a bit out of date with some pieces missing or looking to have changed.
Same here! any solution?