{"id":13406441,"url":"https://github.com/youzan/vant","last_synced_at":"2025-05-12T18:24:06.444Z","repository":{"id":37335968,"uuid":"88717215","full_name":"youzan/vant","owner":"youzan","description":"A lightweight, customizable Vue UI library for mobile web apps.","archived":false,"fork":false,"pushed_at":"2025-05-05T02:22:01.000Z","size":124078,"stargazers_count":23812,"open_issues_count":139,"forks_count":9485,"subscribers_count":370,"default_branch":"main","last_synced_at":"2025-05-05T15:52:05.045Z","etag":null,"topics":["components","mobile","ui-kit","ui-library","vant","vue","vue3"],"latest_commit_sha":null,"homepage":"https://vant.pro/vant/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youzan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["chenjiahan"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-04-19T07:55:31.000Z","updated_at":"2025-05-05T08:02:40.000Z","dependencies_parsed_at":"2022-07-12T12:05:01.603Z","dependency_job_id":"5464ce8b-4848-401e-86b9-86dc5d57cf2b","html_url":"https://github.com/youzan/vant","commit_stats":{"total_commits":9651,"total_committers":374,"mean_commits":25.8048128342246,"dds":0.4060719096466687,"last_synced_commit":"5027d22226dc92404e00d4e724cdf41962a1116b"},"previous_names":["vant-ui/vant"],"tags_count":599,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youzan%2Fvant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youzan%2Fvant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youzan%2Fvant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youzan%2Fvant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youzan","download_url":"https://codeload.github.com/youzan/vant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253029504,"owners_count":21843102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components","mobile","ui-kit","ui-library","vant","vue","vue3"],"created_at":"2024-07-30T19:02:30.401Z","updated_at":"2025-05-12T18:24:06.414Z","avatar_url":"https://github.com/youzan.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"logo\" src=\"https://fastly.jsdelivr.net/npm/@vant/assets/logo.png\" width=\"120\" height=\"120\" style=\"margin-bottom: 10px;\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVant\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA lightweight, customizable Vue UI library for mobile web apps.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/vant?style=flat-square\" alt=\"npm version\" /\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/github/youzan/vant/main.svg?style=flat-square\u0026color=#4fc08d\" alt=\"Coverage Status\" /\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/vant.svg?style=flat-square\u0026color=#4fc08d\" alt=\"downloads\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://vant-ui.github.io/vant\"\u003eDocumentation\u003c/a\u003e\n  \u0026nbsp;\n  ·\n  \u0026nbsp;\n  \u003ca href=\"https://vant.pro/vant/\"\u003eDocumentation (backup)\u003c/a\u003e\n  \u0026nbsp;\n  ·\n  \u0026nbsp;\n  \u003ca href=\"./README.zh-CN.md\"\u003e中文介绍\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- 🚀 1KB Component average size (min+gzip)\n- 🚀 80+ High quality components\n- 🚀 Zero third-party dependencies\n- 💪 90%+ Unit test coverage\n- 💪 Written in TypeScript\n- 📖 Extensive documentation and demos\n- 📖 Provide Sketch and Axure design resources\n- 🍭 Support Vue 2 \u0026 Vue 3\n- 🍭 Support Nuxt 2 \u0026 Nuxt 3, provide [Vant Module](https://github.com/vant-ui/vant-nuxt) for Nuxt\n- 🍭 Support Tree Shaking\n- 🍭 Support Custom Theme\n- 🍭 Support Accessibility (still improving)\n- 🍭 Support Dark Mode\n- 🍭 Support SSR\n- 🌍 Support i18n, built-in 30+ languages\n\n## Install\n\nUsing `npm` to install:\n\n```bash\n# install latest Vant for Vue 3 project\nnpm i vant\n\n# install Vant 2 for Vue 2 project\nnpm i vant@latest-v2\n```\n\nUsing `yarn`, `pnpm`, or `bun`:\n\n```bash\n# with yarn\nyarn add vant\n\n# with pnpm\npnpm add vant\n\n# with Bun\nbun add vant\n```\n\n## Scaffold\n\nIt is recommended to use [Rsbuild](https://github.com/web-infra-dev/rsbuild) to create a scaffold project.\n\nRsbuild is a build tool based on Rspack, developed by the author of Vant, with first-class build speed and development experience, providing first-priority support for Vant.\n\nYou can create a Rsbuild project with the following command:\n\n```bash\nnpm create rsbuild@latest\n```\n\nPlease visit the [Rsbuild repository](https://github.com/web-infra-dev/rsbuild) for more information.\n\n## Quickstart\n\n```js\nimport { createApp } from 'vue';\n// 1. Import the components you need\nimport { Button } from 'vant';\n// 2. Import the components style\nimport 'vant/lib/index.css';\n\nconst app = createApp();\n\n// 3. Register the components you need\napp.use(Button);\n```\n\nSee more in [Quickstart](https://vant-ui.github.io/vant/#/en-US/quickstart).\n\n## Browser Support\n\nVant 2 supports modern browsers and Android \u003e= 4.0、iOS \u003e= 8.0.\n\nVant 3/4 supports modern browsers and Chrome \u003e= 51、iOS \u003e= 10.0 (same as Vue 3).\n\n## Official Ecosystem\n\n| Project | Description |\n| --- | --- |\n| [vant-weapp](https://github.com/vant-ui/vant-weapp) | WeChat MiniProgram UI |\n| [vant-demo](https://github.com/vant-ui/vant-demo) | Collection of Vant demos |\n| [vant-cli](https://github.com/vant-ui/vant/tree/main/packages/vant-cli) | Scaffold for UI library |\n| [vant-icons](https://github.com/vant-ui/vant/tree/main/packages/vant-icons) | Vant icons |\n| [vant-touch-emulator](https://github.com/vant-ui/vant/tree/main/packages/vant-touch-emulator) | Using vant in desktop browsers |\n| [vant-nuxt](https://github.com/vant-ui/vant-nuxt) | Vant module for Nuxt |\n\n## Community Ecosystem\n\n| Project | Description |\n| --- | --- |\n| [3lang3/react-vant](https://github.com/3lang3/react-vant) | React mobile UI Components based on Vant |\n| [vant-aliapp](https://github.com/ant-move/Vant-Aliapp) | Alipay MiniProgram UI |\n| [vant-theme](https://github.com/Aisen60/vant-theme) | Online theme preview built on Vant UI |\n| [@antmjs/vantui](https://github.com/antmjs/vantui) | Mobile UI Components based on Vant, supporting Taro and React |\n| [Taroify](https://github.com/mallfoundry/taroify) | Taroify is the Taro version of Vant |\n| [vant-playground](https://github.com/LadyChatterleyLover/vant-playground) | Vant Playground |\n| [sfc-playground-vant](https://github.com/zhixiaoqiang/sfc-playground-vant) | Vant Playground |\n| [vue3-h5-template](https://github.com/yulimchen/vue3-h5-template) | Mobile project template based on Vant |\n| [vue3-vant-mobile](https://github.com/easy-temps/vue3-vant-mobile) | Mobile project template based on Vant |\n| [vscode-common-intellisense](https://github.com/Simon-He95/vscode-common-intellisense) | A VS Code extension that provides better intellisense to Vant developers |\n| [nuxt-vant-mobile](https://github.com/easy-temps/nuxt-vant-mobile) | Nuxt _⁴_ project template based on Vant, out of the box |\n| [mobvue](https://github.com/un-pany/mobvue) | A well-crafted mobile web app template |\n| [novlan1/press-ui](https://github.com/novlan1/press-ui) | Uni APP mobile UI Components based on Vant |\n\n## Links\n\n- [Documentation](https://vant-ui.github.io/vant/)\n- [Documentation (backup)](https://vant.pro/vant/)\n- [Changelog](https://vant-ui.github.io/vant/#/en-US/changelog)\n- [Discussions](https://github.com/vant-ui/vant/discussions)\n\n## Preview\n\nYou can scan the following QR code to access the demo：\n\n\u003cimg src=\"https://fastly.jsdelivr.net/npm/@vant/assets/preview-qrcode.png\" width=\"220\" height=\"220\" \u003e\n\n## Core Team\n\nCore contributors of Vant and Vant Weapp:\n\n| [![chenjiahan](https://avatars.githubusercontent.com/u/7237365?s=80\u0026v=4)](https://github.com/chenjiahan/) | [![cookfront](https://avatars.githubusercontent.com/u/4829465?s=80\u0026v=4)](https://github.com/cookfront/) | [![w91](https://avatars.githubusercontent.com/u/2599455?s=80\u0026v=4)](https://github.com/w91/) | [![pangxie1991](https://avatars.githubusercontent.com/u/5961240?s=80\u0026v=4)](https://github.com/pangxie1991/) | [![rex-zsd](https://avatars.githubusercontent.com/u/8767877?s=80\u0026v=4)](https://github.com/rex-zsd/) | [![nemo-shen](https://avatars.githubusercontent.com/u/13480805?s=80\u0026v=4)](https://github.com/nemo-shen/) |\n| :-: | :-: | :-: | :-: | :-: | :-: |\n| [chenjiahan](https://github.com/chenjiahan/) | [cookfront](https://github.com/cookfront/) | [wangnaiyi](https://github.com/w91/) | [pangxie](https://github.com/pangxie1991/) | [rex-zsd](https://github.com/rex-zsd/) | [nemo-shen](https://github.com/nemo-shen/) |\n\n| [![Lindysen](https://avatars.githubusercontent.com/u/33708359?s=80\u0026v=4)](https://github.com/Lindysen/) | [![JakeLaoyu](https://avatars.githubusercontent.com/u/16181940?s=80\u0026v=4)](https://github.com/JakeLaoyu/) | [![landluck](https://avatars.githubusercontent.com/u/27060081?s=80\u0026v=4)](https://github.com/landluck/) | [![wjw-gavin](https://avatars.githubusercontent.com/u/19986739?s=80\u0026v=4)](https://github.com/wjw-gavin/) | [![inottn](https://avatars.githubusercontent.com/u/18509404?s=80\u0026v=4)](https://github.com/inottn/) | [![zhousg](https://avatars.githubusercontent.com/u/15833290?s=80\u0026v=4)](https://github.com/zhousg/) |\n| :-: | :-: | :-: | :-: | :-: | :-: |\n| [Lindysen](https://github.com/Lindysen/) | [JakeLaoyu](https://github.com/JakeLaoyu/) | [landluck](https://github.com/landluck/) | [wjw-gavin](https://github.com/wjw-gavin/) | [inottn](https://github.com/inottn/) | [zhousg](https://github.com/zhousg/) |\n\n## All Contributors\n\nThanks to the following friends for their contributions to Vant:\n\n\u003ca href=\"https://github.com/vant-ui/vant/graphs/contributors\"\u003e\n  \u003cimg src=\"https://opencollective.com/vant/contributors.svg?width=890\u0026button=false\" alt=\"contributors\"\u003e\n\u003c/a\u003e\n\n## Contribution Guide\n\nPlease make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request.\n\n## Start On Web IDE\n\n[https://github.dev/youzan/vant](https://github.dev/youzan/vant)\n\n## LICENSE\n\nVant is [MIT](https://github.com/youzan/vant/blob/main/LICENSE) licensed.\n","funding_links":["https://github.com/sponsors/chenjiahan"],"categories":["TypeScript","JavaScript","Vue","Components \u0026 Libraries","Packages","Projects List","前端开发框架及项目","UI组件","9. 其他与展望","语言资源库","构架","框架","vue","WebUI","Frameworks","Frameworks [🔝](#readme)","武器库"],"sub_categories":["Frameworks","其他_文本生成、文本对话","5. 参考材料","typescript","移动","Vue.js","基础样式库","Mobile","前端"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouzan%2Fvant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyouzan%2Fvant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouzan%2Fvant/lists"}