Vant 3
🚀 Step into the future with Vue 3! Experience the power of modern mobile development with enhanced performance and developer experience.
Vant 3 represents a significant leap forward in mobile component development, built from the ground up for Vue 3's revolutionary Composition API. It's your gateway to creating lightning-fast, maintainable mobile applications that users will love.
✨ What Makes Vant 3 Special?
- 🎯 Vue 3.0+ Optimized - Harness the full power of Vue 3's Composition API
- 🎨 65+ Elite Components - More components, better performance, endless possibilities
- ⚡ Tree Shaking Magic - Only bundle what you use for blazing-fast load times
- 🎭 Theme Mastery - Complete customization control at your fingertips
- 💎 TypeScript Excellence - Rock-solid type safety for enterprise-grade development
- 🌐 SSR & Nuxt 3 Ready - Perfect for modern full-stack applications
🚀 Installation Made Simple
Choose your preferred package manager and dive in:
bash
# Install via npm
npm i vant@^3
# Install via yarn
yarn add vant@^3
# Install via pnpm
pnpm add vant@^3⚡ Quick Start
Experience the elegance of Vue 3 with Vant:
js
import { createApp } from 'vue';
import { Button } from 'vant';
import 'vant/lib/index.css';
const app = createApp();
app.use(Button);Welcome to the future of mobile development! 🎉
🌍 Browser Compatibility
Vant 3 delivers exceptional performance across all modern platforms:
- Chrome >= 51
- iOS >= 10.0
- All modern browsers (consistent with Vue 3 requirements)
📚 Essential Resources
- 📖 Official Documentation - Your complete development guide
- 💻 GitHub Repository - Join our thriving community
Related Docs
Discover more tools and guides to supercharge your development:
- 🆕 Vant 4 (Latest) - The cutting-edge version
- 🔄 Vant 2 - Legacy Vue 2 support
- 📱 Vant WeApp - WeChat Mini Program components