Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonodar/nuxt-serverless-app
Nuxt + TypeScript + AWS Serverless Application Model
https://github.com/sonodar/nuxt-serverless-app
Last synced: about 1 month ago
JSON representation
Nuxt + TypeScript + AWS Serverless Application Model
- Host: GitHub
- URL: https://github.com/sonodar/nuxt-serverless-app
- Owner: sonodar
- Created: 2020-11-06T05:36:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T04:38:00.000Z (about 4 years ago)
- Last Synced: 2024-10-25T10:39:59.628Z (3 months ago)
- Language: HCL
- Size: 243 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-serverless-app
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).