Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/leoMirandaa/shadcn-vue-landing-page

New design 🎉 Vue + Shadcn-vue + TypeScript + Tailwind. Landing page template ease-to-use, In progress...
https://github.com/leoMirandaa/shadcn-vue-landing-page

darkmode radix-vue responsive-design shadcn shadcn-ui shadcn-ui-starter shadcn-vue tailwindcss typescript vue

Last synced: 28 days ago
JSON representation

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

Lists

README

        

# Shadcn/Vue Landing Page Template

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

![Alt text](./public/demo-img.jpg)
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:

```bash
git clone https://github.com/leoMirandaa/shadcn-vue-landing-page.git
```

2. Go into project

```bash
cd shadcn-vue-landing-page
```

3. Install dependencies

```bash
npm install
```

4. Run project

```bash
npm run dev
```