- Notifications
You must be signed in to change notification settings - Fork 6.4k
Getting Started
bear edited this page Apr 7, 2020 · 1 revision
WeUI CDN 链接
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"> <title>WeUI</title> <!-- 引入 WeUI CDN 链接 --> <link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.3.0/weui.min.css"/> </head> <body> <!-- 使用 --> <a href="javascript:;" class="weui-btn weui-btn_primary">绿色按钮</a> </body> </html>也可以通过 npm 进行下载,命令如下:
npm install --save weui javascript:
import "weui";powered by wechat UI Team