Skip to content

A starter template to collect emails with NuxtJs using NuxtHub.

Notifications You must be signed in to change notification settings

masterkram/Nuxt-Waitlist

 
 

Repository files navigation

NuxtWaitlist - Simple Waitlist Template

259shots_so

This is a full stack nuxt waitlist template. It allows you to collect emails of people who are potentially interested in buying your product.

Tech Stack

Prerequisites

  • NuxtHub Account
  • Cloudflare account

Setup

# clone repository
git clone [email protected]:masterkram/Nuxt-Waitlist.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Customization

  1. edit app.config.ts
  2. edit h1 and hero description in pages/index.vue

Deploy

Deploy the application to NuxtHub

npx nuxthub deploy

# Choose
# Deploy <link> to NuxtHub?: Yes
# Select a project: Create a new project
# Project name: [YOUR_APP_NAME]
# Select a region for the storage: [YOUR_REGION]
# Production branch: main

Run the migrations

npx nuxt dev --production

Check out the deployment documentation for more information.

About

A starter template to collect emails with NuxtJs using NuxtHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 98.3%
  • TypeScript 1.4%
  • Other 0.3%