We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403625 commit fdd8fbcCopy full SHA for fdd8fbc
README.md
@@ -1,15 +1,15 @@
1
-## UI 组件库简介
2
-这是一套基于样式库[weui-wxss](https://github.com/Tencent/weui-wxss/)开发的小程序UI组件库,同微信原生视觉体验一致的UI组件库,由微信官方设计团队和小程序团队为微信小程序量身设计,令用户的使用感知更加统一。
+## WeUI组件库简介
+这是一套基于样式库[weui-wxss](https://github.com/Tencent/weui-wxss/)开发的小程序扩展组件库,同微信原生视觉体验一致的扩展组件库,由微信官方设计团队和小程序团队为微信小程序量身设计,令用户的使用感知更加统一。
3
4
## 如何使用
5
详细使用参考[文档](https://developers.weixin.qq.com/miniprogram/dev/extended/weui)
6
7
## 开发
8
9
-1. 初始化:
+1. 安装依赖:
10
11
```
12
-npm run init
+npm install
13
14
15
2. 执行命令:
0 commit comments