Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-visser/nuxt-sst
https://github.com/chris-visser/nuxt-sst
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris-visser/nuxt-sst
- Owner: chris-visser
- Created: 2022-06-21T20:33:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T07:45:38.000Z (over 2 years ago)
- Last Synced: 2023-03-03T14:47:49.405Z (almost 2 years ago)
- Language: TypeScript
- Size: 399 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] Nuxt3 SST (Serverless Stack)
This boilerplate uses [Serverless Stack](https://serverless-stack.com/)
to deploy a [Nuxt3](https://v3.nuxtjs.org/) application to AWS as a
hybrid site. This means that the pages will be statically rendered
while the server routes will be handled in AWS
[Lambda@edge](https://aws.amazon.com/lambda/edge/).> This boilerplate is under active development. Right now this boilerplate
> works around a limitation in Nuxt3 where it doesn't have an aws-lambda-edge
> preset 'yet'. This feature is about to be merged and can be tracked here:
> https://github.com/unjs/nitro/pull/240## Getting started
Assuming you have your AWS CLI set-up:
```bash
yarn
```To run locally just visit the `app` folder and run `yarn dev`.
To deploy simply run
```bash
yarn deploy
```## Any requests?
Feel free to request any features or fixes. My aim is to have a fully functioning NuxtStack for most of the Nuxt site scenarios and then make a PR on SST to have it as a Stack that you can use out of the box.