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: 3 months ago
JSON representation
New design 🎉 Vue + Shadcn-vue + TypeScript + Tailwind. Landing page template ease-to-use, In progress...
- Host: GitHub
- URL: https://github.com/leoMirandaa/shadcn-vue-landing-page
- Owner: leoMirandaa
- Created: 2024-04-25T06:34:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T06:30:47.000Z (4 months ago)
- Last Synced: 2024-07-24T07:29:32.466Z (4 months ago)
- Topics: darkmode, radix-vue, responsive-design, shadcn, shadcn-ui, shadcn-ui-starter, shadcn-vue, tailwindcss, typescript, vue
- Language: Vue
- Homepage: https://shadcn-vue-landing-page.vercel.app
- Size: 2.61 MB
- Stars: 73
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcn-ui - shadcn-vue-landing-page - Landing page template using Vue, shadcn-vue, TypeScript, Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - shadcn-vue-landing-page - Landing page template using Vue,shadcn-vue,TypeScript,Tailwind CSS (Templates)
- awesome-shadcn-ui - shadcn-vue-landing-page - Landing page template using Vue,shadcn-vue,TypeScript,Tailwind CSS (Templates)
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)
- [x] Team
- [x] Footer
- [ ] ... 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
```