Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bencodezen/simple-nuxt-form-demo
A simple demo showing how Netlify forms work within Nuxt
https://github.com/bencodezen/simple-nuxt-form-demo
forms netlify nuxt
Last synced: 7 days ago
JSON representation
A simple demo showing how Netlify forms work within Nuxt
- Host: GitHub
- URL: https://github.com/bencodezen/simple-nuxt-form-demo
- Owner: bencodezen
- Created: 2021-06-17T16:42:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T17:01:43.000Z (over 3 years ago)
- Last Synced: 2024-11-27T19:44:23.888Z (2 months ago)
- Topics: forms, netlify, nuxt
- Language: Vue
- Homepage: https://simple-nuxt-form-demo.netlify.app/
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-nuxt-form-demo
## 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).