WALKERMUZHOU / vant-demo

Collection of vant demos.

Home Page:https://vant-ui.github.io/vant-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vant Demo

Vant 官方示例合集,包含了 Vant、Vant Weapp 和 Vant Cli 相关的示例,详细内容请打开各目录查看。

目录结构

├── vant                # Vant 相关示例
│   ├── vite            使用 Vue 3、Vant 4、Vite 搭建应用
│   ├── nuxt3           使用 Nuxt 3、Vant 4 搭建应用
│   ├── vue3            使用 Vue 3、Vant 4、Vue Cli 搭建应用
│   ├── vue3-ts         使用 Vue 3、Vant 4、ts、vite、pnpm 搭建应用
│   ├── cdn             通过 CDN 引入 Vant
│   ├── rem             配置 rem 适配
│   ├── viewport        配置 viewport 配置
│   └── typescript      配置 typescript 按需引入
│
├── vant-weapp          # Vant Weapp 相关示例
│   └── base            使用 Vant Weapp 搭建小程序
│
├── react-weapp         # React Vant 相关示例
│   └── modern-js       使用 React Vant、Modern.js、Rspack 搭建应用
│
└── vant-cli            # Vant Cli 相关示例
    └── base            使用 Vant Cli 搭建组件库

About

Collection of vant demos.

https://vant-ui.github.io/vant-demo

License:MIT License


Languages

Language:Vue 56.8%Language:JavaScript 20.6%Language:HTML 13.7%Language:TypeScript 7.1%Language:SCSS 1.4%Language:Less 0.5%