Compare commits

...

2 Commits

Author SHA1 Message Date
neverland
ccd9211098 docs: add more CDN services link (#8648) 2021-05-02 11:26:47 +08:00
neverland
1bcc81d055
docs: update browser support (#8646) 2021-05-02 10:36:55 +08:00
6 changed files with 22 additions and 30 deletions

View File

@ -68,7 +68,9 @@ Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) bef
## Browser Support
Modern browsers and Android 4.0+, iOS 8.0+.
Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0.
Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).
## Ecosystem

View File

@ -73,21 +73,9 @@ vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手
## 浏览器支持
现代浏览器以及 Android 4.0+, iOS 8.0+.
Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。
## 加入我们
**有赞前端团队**是由一群年轻、皮实、对技术饱含热情的小伙伴组成的,目前共有 100 多名前端工程师,分布在业务中台、电商、零售、美业、资产、有赞云、赋能平台、增长中心等业务线。
我们热爱分享和开源,崇尚用工程师的方式解决问题,因此造了很多工具来解决我们遇到的问题,目前我们维护的开源产品有:
<img src="https://img01.yzcdn.cn/public_files/2019/07/22/f4b70763c55c8710c52c667ecf192c05.jpeg" width="320" height="303">
我们正在寻找更多优秀的小伙伴,一起拓展前端技术的边界,期待你的加入!
- <a target="_blank" href="https://app.mokahr.com/apply/youzan/3750#/jobs/?keyword=%E5%89%8D%E7%AB%AF&_k=tueqds">职位详情</a>Base: 杭州/深圳)
- <a target="_blank" href="https://tech.youzan.com/tag/front-end/">团队博客</a>
- <a target="_blank" href="https://github.com/youzan">开源项目</a>
Vant 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。
## 生态

View File

@ -29,7 +29,9 @@ Please make sure to read the [Contributing Guide](https://github.com/youzan/vant
### Browser Support
Modern browsers and Android 4.0+, iOS 8.0+.
Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0.
Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3).
### Ecosystem

View File

@ -37,21 +37,9 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源
### 浏览器支持
现代浏览器以及 Android 4.0+, iOS 8.0+
Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0
### 加入我们
**有赞前端团队**是由一群年轻、皮实、对技术饱含热情的小伙伴组成的,目前共有 100 多名前端工程师,分布在业务中台、电商、零售、美业、资产、有赞云、赋能平台、增长中心等业务线。
我们热爱分享和开源,崇尚用工程师的方式解决问题,因此造了很多工具来解决我们遇到的问题,目前我们维护的开源产品有:
<img src="https://img01.yzcdn.cn/public_files/2019/07/22/f4b70763c55c8710c52c667ecf192c05.jpeg" style="width: 320px; height: 303px;">
我们正在寻找更多优秀的小伙伴,一起拓展前端技术的边界,期待你的加入!
- <a target="_blank" href="https://app.mokahr.com/apply/youzan/3750#/jobs/?keyword=%E5%89%8D%E7%AB%AF&_k=tueqds">职位详情</a>Base: 杭州/深圳)
- <a target="_blank" href="https://tech.youzan.com/tag/front-end/">团队博客</a>
- <a target="_blank" href="https://github.com/youzan">开源项目</a>
Vant 3 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一致)。
### 生态

View File

@ -42,6 +42,12 @@ The easiest way to use Vant is to include a CDN link in the html file, after whi
</script>
```
You can use Vant through these free CDN services:
- [jsdelivr](https://www.jsdelivr.com/package/npm/vant)
- [cdnjs](https://cdnjs.com/libraries/vant)
- [unpkg](https://unpkg.com/)
### CLI
We recomment to use [Vue Cli](https://cli.vuejs.org/) to create a new project.

View File

@ -49,6 +49,12 @@ npm i vant@next -S
</script>
```
你可以通过以下免费 CDN 服务来使用 Vant:
- [jsdelivr](https://www.jsdelivr.com/package/npm/vant)
- [cdnjs](https://cdnjs.com/libraries/vant)
- [unpkg](https://unpkg.com/)
### 通过脚手架安装
在新项目中使用 Vant 时,推荐使用 Vue 官方提供的脚手架 [Vue Cli](https://cli.vuejs.org/zh/) 创建项目并安装 Vant。