mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
chore: fix failed to deploy site (#4537)
This commit is contained in:
parent
6a19d3f026
commit
42738c9d39
@ -1,4 +1,4 @@
|
||||
<div class="card">
|
||||
<div class="van-doc-card">
|
||||
<div class="van-doc-intro">
|
||||
<img class="van-doc-intro__logo" style="width: 120px; height: 120px; box-shadow: none;" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png">
|
||||
<h2 style="margin: 0; font-size: 32px; line-height: 60px;">Vant Weapp</h2>
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
### 介绍
|
||||
|
||||
Vant 是**有赞前端团队**开源的移动端组件库,于 2016 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。
|
||||
Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源,已持续维护 4 年时间。Vant 对内承载了有赞所有核心业务,对外服务十多万开发者,是业界主流的移动端组件库之一。
|
||||
|
||||
目前 Vant 官方提供了 [Vue 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/mxdi9i7/vant-react)。
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
|
||||
"prepare": "husky install",
|
||||
"release": "sh build/release.sh",
|
||||
"release:site": "vant-cli build-site && gh-pages -d site --add",
|
||||
"release:site": "vant-cli build-site && gh-pages -d site-dist --add",
|
||||
"build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
|
||||
"build:changelog": "vant-cli changelog",
|
||||
"upload:weapp": "node build/upload.js"
|
||||
@ -39,7 +39,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^4.0.0-beta.5",
|
||||
"@vant/cli": "^4.0.0-beta.7",
|
||||
"@vant/icons": "^1.7.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-insert": "^0.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user