https://github.com/ammezie/serverless-contact-form
https://github.com/ammezie/serverless-contact-form
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammezie/serverless-contact-form
- Owner: ammezie
- Created: 2020-10-02T11:39:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T10:43:24.000Z (over 4 years ago)
- Last Synced: 2025-03-15T01:02:45.021Z (about 2 months ago)
- Language: Vue
- Size: 161 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# contact-form
## 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).