A Vue.js single route landing page which includes a sign up for waiting list email filed. When filled out the users email will be saved to firebase auth. The page also includes a working contact form.
See the videos for more information on setup and how to build this yourself.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report