shadcn-vue-landing-page icon indicating copy to clipboard operation
shadcn-vue-landing-page copied to clipboard

New design 🎉 Vue + Shadcn-vue + TypeScript + Tailwind. Landing page template ease-to-use, In progress...

Shadcn/Vue Landing Page Template

Shadcn-Vue + Vue.js + TypeScript + Tailwind.

Alt text Live demo is now available: Live Demo

Sections

  • [x] Navbar
  • [x] Sidebar(mobile)
  • [x] Hero
  • [x] Sponsors
  • [x] Benefits
  • [x] Features
  • [x] Testimonials
  • [x] Pricing
  • [x] Frequently Asked Questions(FAQ)
  • [ ] Team
  • [ ] ... More Sections Coming Soon

Features

  • [x] Fully Responsive Design
  • [x] User Friendly Navigation
  • [x] Dark Mode

How to install

  1. Clone this repositoy:
git clone https://github.com/leoMirandaa/shadcn-vue-landing-page.git
  1. Go into project
cd shadcn-vue-landing-page
  1. Install dependencies
npm install
  1. Run project
npm run dev