The Nuxt boilerplate for building yor landing page in minutes, while deploy it with NuxtHub.
Look at the Nuxt 3 documentation to learn more.
- Typescript - Language
- Nuxt.js - Framework
- Drizzle - ORM
- Tailwind - CSS
- NuxtHub - Hosting
- NuxtHub Account
# clone repository
git clone https://github.com/lowbits/nuxt-hub-landing.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
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.
- Add rate limiting via NuxtSecurity
- Add Double-Opt-in
- Add more basic components
- Faq-Area
- Pricing-Area
- Add ability of customisation via config
- Add light mode