<p align="center">
<img width="150" class="QR-img" src="https://doc.mini.talelin.com/screenshots/readme/lin-ui小程序.jpg">
</p>
<div align="center">
<span><a target="_blank" href="https://doc.mini.talelin.com">:memo: 中文文档</a></span>
<span>|</span>
<span><a target="_blank" href="https://talelin.com/">:computer: 官方教程</a></span>
</div>
<div align="center">
<span>Lin UI, not just an UI component library!</span><br/>
<strong>一套基于微信小程序原生语法实现的高质量 UI 组件库</strong>
</div>
<div align="center">
<a href="https://github.com/TaleLin/lin-ui/actions">
<img alt="持续集成" src="https://img.shields.io/github/workflow/status/talelin/lin-ui/Node.js%20CI/develop?label=%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90&logo=github" />
</a>
<a href="https://www.npmjs.com/package/lin-ui">
<img alt="最新版本" src="https://img.shields.io/npm/v/lin-ui?color=%233a63bd&label=%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC&logo=graphcool&logoColor=white" />
</a>
<a href="https://www.npmjs.com/package/lin-ui">
<img alt="周下载量" src="https://img.shields.io/npm/dw/lin-ui?color=%233c973c&label=%E5%91%A8%E4%B8%8B%E8%BD%BD%E9%87%8F&logo=node.js&logoColor=white" />
</a>
<a href="https://www.npmjs.com/package/lin-ui">
<img alt="基础库版本" src="https://img.shields.io/badge/%E5%9F%BA%E7%A1%80%E5%BA%93%E7%89%88%E6%9C%AC-%3E%3D2.8.2-brightgreen" />
</a>
</div>
---
## 目录
- [目录](#目录)
- [简介](#简介)
- [快速上手](#快速上手)
- [安装](#安装)
- [引入](#引入)
- [讨论交流](#讨论交流)
- [贡献代码](#贡献代码)
- [开源协议](#开源协议)
## 简介
Lin UI 是一套基于 **微信小程序原生语法** 实现的高质量 UI 组件库。遵循简洁、易用、美观的设计规范。
## 快速上手
**务必勾选`增强编译`、`Es6 转 ES5`以及`使用 npm 模块`选项**,[参考图片](https://cdn.talelin.com/20210128165243.png)
### 安装
1. 初始化你的项目为一个 NPM 项目
```
npm init -y
```
> 若项目根目录已包含 package.json 文件,则可跳过该步骤
2. 安装 Lin UI
```
npm i lin-ui
```
3. 配置微信开发者工具
要正确安装 Lin UI,需将微信开发者工具的如下**三个选项全部勾选上**,[参考图片](https://cdn.talelin.com/20210128165243.png)
- `使用 npm 模块`
- `增强编译`
- `ES6 转 ES5`
> 设置路径:微信开发者工具右上角 -> 详情 -> 本地设置
4. 构建 NPM 模块
微信开发者工具配置完成以后,还需进行一次 NPM 模块的构建
> 按钮位置:微信开发者工具顶部 -> 工具 -> 构建 npm
> **若你本地没有 Node.js 环境,无法使用 NPM 安装,则可以采用[源码方式安装](https://doc.mini.talelin.com/start/#方式二:下载代码)**
### 引入
1. 配置微信开发者工具
- 要正确使用 Lin UI,需将微信开发者工具的 `Es6 转 ES5` 和 `增强编译` 选项勾选上
> 设置路径:微信开发者工具右上角 -> 详情 -> 本地设置
- **将基础库版本设置到 `>=2.8.2`**
2. 在页面中引入
```json
{
"usingComponents":{
"l-button":"/miniprogram_npm/lin-ui/button/index"
}
}
```
3. 在页面中使用
```html
<l-button type="default">默认按钮</l-button>
```
> 我们建议你在引入 Lin UI 组件时,都统一命名为 `l-{组件名}` 格式,遵循此规范将使你的项目代码更加清晰
**至此,Lin UI 已成功引入至你的项目中了!**
## 讨论交流
![](https://img.juzibiji.top/20200807155013.png)
## 贡献代码
我们的代码基于 develop 分支开发,欢迎提交 Pull Request 进行代码贡献。
在提交 Pull Request 之前,请详细阅读我们的[开发规范](https://github.com/TaleLin/lin-ui/wiki),否则可能因为 Commit 信息不规范等原因被关闭 Pull Request。
## 开源协议
[MIT](LICENSE) © 2020 林间有风
没有合适的资源?快使用搜索试试~ 我知道了~
简洁、灵活、灵活的微信小程序组件库.zip
共1566个文件
js:458个
json:277个
wxml:276个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 153 浏览量
2024-11-30
18:07:22
上传
评论
收藏 1.44MB ZIP 举报
温馨提示
中文文档 | 官方教程Lin UI,不仅仅是一个UI组件库!一套基于微信小程序语法实现的高质量UI组件库 目錄目錄简介快速上手安装編輯讨论交流贡献代码开源协议简介Lin UI是一套基于微信小程序语法实现的高质量UI组件库。遵循简洁、数学、美观的设计规范。快速上手务必勾选增强编译、Es6 转 ES5以及使用 npm 模块选项,参考图片安装将你的项目初始化为 NPM 项目npm init -y若项目根目录已包含package.json文件,则可跳过该步骤安装 Lin UInpm i lin-ui配置微信开发者工具要正确安装Lin UI,需将微信开发者工具的如下三个选项全部勾选上,参考图片使用 npm 模块增强编译ES6 转 ES5路径微信开发者工具设置右上角 -> 详情 -> 本地设置构建 NPM 模块微信开发者工具配置完成以后,还需要进行一次 NPM 模块的构建按钮位置微信开发者工具顶部 -> 工具 -> 构建 npm如果您本地没有 Node.js 环境,无法使用 NPM 安装,则可以采用源
资源推荐
资源详情
资源评论
收起资源包目录
简洁、灵活、灵活的微信小程序组件库.zip (1566个子文件)
.editorconfig 253B
.eslintrc 1KB
loadmor.gif 4KB
.gitignore 254B
.huskyrc 141B
timg1.jpeg 29KB
timg3.jpeg 25KB
timg2.jpeg 22KB
timg4.jpeg 14KB
discover-selected.jpg 15KB
discover.jpg 15KB
contact-selected.jpg 14KB
contact.jpg 13KB
tlbd.jpg 13KB
my-selected.jpg 13KB
weixin-selected.jpg 13KB
weixin.jpg 12KB
my.jpg 12KB
category-selected.jpg 6KB
discover-selected.jpg 5KB
category.jpg 5KB
user-selected.jpg 5KB
cart-selected.jpg 5KB
default-image.jpg 5KB
home-selected.jpg 4KB
discover.jpg 4KB
user.jpg 4KB
home.jpg 3KB
cart.jpg 3KB
grid.jpg 1KB
list.jpg 1KB
remarkable.js 96KB
prism.js 23KB
index.js 23KB
index.js 23KB
index.js 14KB
index.js 14KB
index.js 10KB
index.js 9KB
index.js 9KB
index.js 8KB
index.js 7KB
index.js 7KB
index.js 7KB
index.js 7KB
parser.js 7KB
calculate.js 7KB
calculate.js 7KB
index.js 6KB
index.js 6KB
countdown.js 6KB
countdown.js 6KB
tag-nav.js 6KB
index.js 5KB
index.js 5KB
index.js 5KB
index.js 5KB
index.js 5KB
index.js 4KB
index.js 4KB
index.js 4KB
popup-nav.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
richtext.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
index.js 4KB
util.js 4KB
util.js 4KB
index.js 4KB
index.js 4KB
transition.js 4KB
transition.js 4KB
index.js 4KB
index.js 4KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
index.js 3KB
rules.js 3KB
rules.js 3KB
index.js 3KB
index.js 3KB
共 1566 条
- 1
- 2
- 3
- 4
- 5
- 6
- 16
资源评论
赵闪闪168
- 粉丝: 1646
- 资源: 4872
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功