https://github.com/uabjs/uab-weapp
一个微信小程序组件库
https://github.com/uabjs/uab-weapp
component demo learning uab-weapp wx
Last synced: 8 months ago
JSON representation
一个微信小程序组件库
- Host: GitHub
- URL: https://github.com/uabjs/uab-weapp
- Owner: uabjs
- License: mit
- Created: 2023-10-11T02:07:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:04:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T18:52:28.723Z (8 months ago)
- Topics: component, demo, learning, uab-weapp, wx
- Language: Less
- Homepage: https://uabjs.github.io/uab-weapp/
- Size: 989 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uab-weapp
一个微信小程序组件库## 下载代码并安装依赖:
```sh
# 下载代码到本地
git clone https://github.com/uabjs/uab-weapp.git
cd uab-weapp# 安装依赖 (node版本:v16.20.xx, yarn版本:1.22.19)
yarn
```
## 项目文档
[https://uabjs.github.io/uab-weapp](https://uabjs.github.io/uab-weapp)
```sh
# 启动文档
yarn run dev# 打包文档:(输出目录:site-dist)
yarn run release:site
```
### 文档效果图
## 打包项目:
```sh
yarn run build:lib
```## 微信开发者工具打开组件库案例
```sh
# 1. 启动文档
yarn run dev# 2. 用微信开发者工具打开 example 文件夹
```
### 微信小程序效果图

