vant/static/js/async/9847.eec7a900.js
2024-04-20 08:49:23 +00:00

2 lines
11 KiB
JavaScript

/*! For license information please see 9847.eec7a900.js.LICENSE.txt */
(self.webpackChunk=self.webpackChunk||[]).push([["9847"],{99098:function(t,n,a){"use strict";a.r(n);var e=a("80681");let i=["innerHTML"];n.default={setup:()=>({html:""}),render:()=>((0,e.wg)(),(0,e.iD)("div",{class:"van-doc-markdown-body",innerHTML:'<div class="van-doc-card">\n <div class="van-doc-intro">\n <img class="van-doc-intro__logo" style="width: 120px; height: 120px;" src="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png">\n <h2 style="margin: 0; font-size: 36px; line-height: 60px;">Vant</h2>\n <p>A lightweight, customizable Vue UI library for mobile web apps.</p>\n </div>\n</div>\n<div class="van-doc-card"><h3 id="features" tabindex="-1">Features</h3>\n<ul>\n<li>\uD83D\uDE80 1KB Component average size (min+gzip)</li>\n<li>\uD83D\uDE80 80+ High quality components</li>\n<li>\uD83D\uDE80 Zero third-party dependencies</li>\n<li>\uD83D\uDCAA 90%+ Unit test coverage</li>\n<li>\uD83D\uDCAA Written in TypeScript</li>\n<li>\uD83D\uDCD6 Extensive documentation and demos</li>\n<li>\uD83D\uDCD6 Provide Sketch and Axure design resources</li>\n<li>\uD83C\uDF6D Support Vue 2 &amp; Vue 3</li>\n<li>\uD83C\uDF6D Support Nuxt 2 &amp; Nuxt 3, provide <a href="https://github.com/vant-ui/vant-nuxt" target="_blank">Vant Module</a> for Nuxt</li>\n<li>\uD83C\uDF6D Support Tree Shaking</li>\n<li>\uD83C\uDF6D Support Custom Theme</li>\n<li>\uD83C\uDF6D Support Accessibility (still improving)</li>\n<li>\uD83C\uDF6D Support Dark Mode</li>\n<li>\uD83C\uDF6D Support SSR</li>\n<li>\uD83C\uDF0D Support i18n, built-in 30+ languages</li>\n</ul>\n</div><div class="van-doc-card"><h3 id="scaffold" tabindex="-1">Scaffold</h3>\n<p>It is recommended to use <a href="https://github.com/web-infra-dev/rsbuild" target="_blank">Rsbuild</a> to create a scaffold project.</p>\n<p>Rsbuild 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.</p>\n<p>You can create a Rsbuild project with the following command:</p>\n<pre><code class="language-bash">npm create rsbuild@latest\n</code></pre>\n<p>Please visit the <a href="https://github.com/web-infra-dev/rsbuild" target="_blank">Rsbuild repository</a> for more information.</p>\n</div><div class="van-doc-card"><h3 id="quickstart" tabindex="-1">Quickstart</h3>\n<p>See in <a href="#/en-US/quickstart" target="_blank">Quickstart</a>.</p>\n</div><div class="van-doc-card"><h3 id="browser-support" tabindex="-1">Browser Support</h3>\n<p>Vant 2 supports modern browsers and Android &gt;= 4.0\u3001iOS &gt;= 8.0.</p>\n<p>Vant 3/4 supports modern browsers and Chrome &gt;= 51\u3001iOS &gt;= 10.0 (same as Vue 3).</p>\n</div><div class="van-doc-card"><h3 id="maintenance-status" tabindex="-1">Maintenance Status</h3>\n<p>The current maintenance status of each version of Vant is as follows:</p>\n<table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Framework</th>\n<th>Release</th>\n<th>Latest Version</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Vant 4</td>\n<td>Vue 3</td>\n<td><code>2022.12</code></td>\n<td><img src="https://img.shields.io/npm/v/vant/latest?style=flat-square" alt=""></td>\n<td>Under active development</td>\n</tr>\n<tr>\n<td>Vant 3</td>\n<td>Vue 3</td>\n<td><code>2020.12</code></td>\n<td><img src="https://img.shields.io/npm/v/vant/latest-v3?style=flat-square" alt=""></td>\n<td>Bugfix only</td>\n</tr>\n<tr>\n<td>Vant 2</td>\n<td>Vue 2</td>\n<td><code>2019.06</code></td>\n<td><img src="https://img.shields.io/npm/v/vant/latest-v2?style=flat-square" alt=""></td>\n<td>Bugfix only</td>\n</tr>\n<tr>\n<td>Vant 1</td>\n<td>Vue 2</td>\n<td><code>2018.03</code></td>\n<td><img src="https://img.shields.io/npm/v/vant/latest-v1?style=flat-square" alt=""></td>\n<td>End of life</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id="links" tabindex="-1">Links</h2>\n<div class="van-doc-card"><h3 id="official-ecosystem" tabindex="-1">Official Ecosystem</h3>\n<table>\n<thead>\n<tr>\n<th>Project</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href="https://github.com/vant-ui/vant-weapp" target="_blank">vant-weapp</a></td>\n<td>WeChat MiniProgram UI</td>\n</tr>\n<tr>\n<td><a href="https://github.com/vant-ui/vant-demo" target="_blank">vant-demo</a></td>\n<td>Collection of Vant demos</td>\n</tr>\n<tr>\n<td><a href="https://github.com/vant-ui/vant/tree/main/packages/vant-cli" target="_blank">vant-cli</a></td>\n<td>Scaffold for UI library</td>\n</tr>\n<tr>\n<td><a href="https://github.com/vant-ui/vant/tree/main/packages/vant-icons" target="_blank">vant-icons</a></td>\n<td>Vant icons</td>\n</tr>\n<tr>\n<td><a href="https://github.com/vant-ui/vant/tree/main/packages/vant-touch-emulator" target="_blank">vant-touch-emulator</a></td>\n<td>Using vant in desktop browsers</td>\n</tr>\n<tr>\n<td><a href="https://github.com/vant-ui/vant-nuxt" target="_blank">vant-nuxt</a></td>\n<td>Vant module for Nuxt</td>\n</tr>\n</tbody>\n</table>\n</div><div class="van-doc-card"><h3 id="community-ecosystem" tabindex="-1">Community Ecosystem</h3>\n<table>\n<thead>\n<tr>\n<th>Project</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href="https://github.com/3lang3/react-vant" target="_blank">3lang3/react-vant</a></td>\n<td>React mobile UI Components based on Vant</td>\n</tr>\n<tr>\n<td><a href="https://github.com/ant-move/Vant-Aliapp" target="_blank">vant-aliapp</a></td>\n<td>Alipay MiniProgram UI</td>\n</tr>\n<tr>\n<td><a href="https://gitee.com/mallfoundry/taroify" target="_blank">taroify</a></td>\n<td>Vant Taro</td>\n</tr>\n<tr>\n<td><a href="https://github.com/Aisen60/vant-theme" target="_blank">vant-theme</a></td>\n<td>Online theme preview built on Vant UI</td>\n</tr>\n<tr>\n<td><a href="https://github.com/antmjs/vantui" target="_blank">@antmjs/vantui</a></td>\n<td>Mobile UI Components based on Vant, supporting Taro and React</td>\n</tr>\n<tr>\n<td><a href="https://github.com/LadyChatterleyLover/vant-playground" target="_blank">vant-playground</a></td>\n<td>Vant Playground</td>\n</tr>\n<tr>\n<td><a href="https://github.com/zhixiaoqiang/sfc-playground-vant" target="_blank">sfc-playground-vant</a></td>\n<td>Vant Playground</td>\n</tr>\n<tr>\n<td><a href="https://github.com/yulimchen/vue3-h5-template" target="_blank">vue3-h5-template</a></td>\n<td>Mobile project template based on Vant</td>\n</tr>\n<tr>\n<td><a href="https://github.com/easy-temps/vue3-vant-mobile" target="_blank">vue3-vant-mobile</a></td>\n<td>Mobile project template based on Vant</td>\n</tr>\n</tbody>\n</table>\n</div><div class="van-doc-card"><h3 id="other-links" tabindex="-1">Other Links</h3>\n<ul>\n<li><a href="https://github.com/vant-ui/vant/issues" target="_blank">Feedback</a></li>\n<li><a href="#/en-US/changelog" target="_blank">Changelog</a></li>\n<li><a href="https://github.com/vant-ui/vant/discussions" target="_blank">Discussions</a></li>\n</ul>\n</div><h2 id="contribution" tabindex="-1">Contribution</h2>\n<div class="van-doc-card"><h3 id="core-team" tabindex="-1">Core Team</h3>\n<p>Core contributors of Vant and Vant Weapp:</p>\n<table>\n<thead>\n<tr>\n<th style="text-align:center"><a href="https://github.com/chenjiahan/" target="_blank"><img src="https://avatars.githubusercontent.com/u/7237365?s=80&amp;v=4" alt="chenjiahan"></a></th>\n<th style="text-align:center"><a href="https://github.com/cookfront/" target="_blank"><img src="https://avatars.githubusercontent.com/u/4829465?s=80&amp;v=4" alt="cookfront"></a></th>\n<th style="text-align:center"><a href="https://github.com/w91/" target="_blank"><img src="https://avatars.githubusercontent.com/u/2599455?s=80&amp;v=4" alt="w91"></a></th>\n<th style="text-align:center"><a href="https://github.com/pangxie1991/" target="_blank"><img src="https://avatars.githubusercontent.com/u/5961240?s=80&amp;v=4" alt="pangxie1991"></a></th>\n<th style="text-align:center"><a href="https://github.com/rex-zsd/" target="_blank"><img src="https://avatars.githubusercontent.com/u/8767877?s=80&amp;v=4" alt="rex-zsd"></a></th>\n<th style="text-align:center"><a href="https://github.com/nemo-shen/" target="_blank"><img src="https://avatars.githubusercontent.com/u/13480805?s=80&amp;v=4" alt="nemo-shen"></a></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td style="text-align:center"><a href="https://github.com/chenjiahan/" target="_blank">chenjiahan</a></td>\n<td style="text-align:center"><a href="https://github.com/cookfront/" target="_blank">cookfront</a></td>\n<td style="text-align:center"><a href="https://github.com/w91/" target="_blank">wangnaiyi</a></td>\n<td style="text-align:center"><a href="https://github.com/pangxie1991/" target="_blank">pangxie</a></td>\n<td style="text-align:center"><a href="https://github.com/rex-zsd/" target="_blank">rex-zsd</a></td>\n<td style="text-align:center"><a href="https://github.com/nemo-shen/" target="_blank">nemo-shen</a></td>\n</tr>\n</tbody>\n</table>\n<table>\n<thead>\n<tr>\n<th style="text-align:center"><a href="https://github.com/Lindysen/" target="_blank"><img src="https://avatars.githubusercontent.com/u/33708359?s=80&amp;v=4" alt="Lindysen"></a></th>\n<th style="text-align:center"><a href="https://github.com/JakeLaoyu/" target="_blank"><img src="https://avatars.githubusercontent.com/u/16181940?s=80&amp;v=4" alt="JakeLaoyu"></a></th>\n<th style="text-align:center"><a href="https://github.com/landluck/" target="_blank"><img src="https://avatars.githubusercontent.com/u/27060081?s=80&amp;v=4" alt="landluck"></a></th>\n<th style="text-align:center"><a href="https://github.com/wjw-gavin/" target="_blank"><img src="https://avatars.githubusercontent.com/u/19986739?s=80&amp;v=4" alt="wjw-gavin"></a></th>\n<th style="text-align:center"><a href="https://github.com/inottn/" target="_blank"><img src="https://avatars.githubusercontent.com/u/18509404?s=80&amp;v=4" alt="inottn"></a></th>\n<th style="text-align:center"><a href="https://github.com/zhousg/" target="_blank"><img src="https://avatars.githubusercontent.com/u/15833290?s=80&amp;v=4" alt="zhousg"></a></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td style="text-align:center"><a href="https://github.com/Lindysen/" target="_blank">Lindysen</a></td>\n<td style="text-align:center"><a href="https://github.com/JakeLaoyu/" target="_blank">JakeLaoyu</a></td>\n<td style="text-align:center"><a href="https://github.com/landluck/" target="_blank">landluck</a></td>\n<td style="text-align:center"><a href="https://github.com/wjw-gavin/" target="_blank">wjw-gavin</a></td>\n<td style="text-align:center"><a href="https://github.com/inottn/" target="_blank">inottn</a></td>\n<td style="text-align:center"><a href="https://github.com/zhousg/" target="_blank">zhousg</a></td>\n</tr>\n</tbody>\n</table>\n</div><div class="van-doc-card"><h3 id="all-contributors" tabindex="-1">All Contributors</h3>\n<p>Thanks to the following friends for their contributions to Vant:</p>\n<a href="https://github.com/vant-ui/vant/graphs/contributors" target="_black">\n <img src="https://opencollective.com/vant/contributors.svg?width=890&button=false" alt="contributors" style="width: 100%; margin: 16px 0">\n</a>\n</div><div class="van-doc-card"><h3 id="contribution-guide" tabindex="-1">Contribution Guide</h3>\n<p>Please make sure to read the <a href="https://github.com/vant-ui/vant/blob/main/.github/CONTRIBUTING.md" target="_blank">Contributing Guide</a> before making a pull request.</p>\n</div><div class="van-doc-card"><h3 id="license" tabindex="-1">LICENSE</h3>\n<p><a href="https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89" target="_blank">MIT</a>.</p>\n</div>'},null,8,i))}}}]);