All Projects → wepyjs → Wepy Weui Demo

wepyjs / Wepy Weui Demo

Licence: mit
WeUI 在 WePY 中的使用示例,同一份代码可以运行在小程序上和Web上

Projects that are alternatives of or similar to Wepy Weui Demo

WordGame-wepy
基于wepy实现的微信小程序,一款文字游戏
Stars: ✭ 26 (-93.33%)
Mutual labels:  wepy
Szushudong
微信小程序 - 深大的树洞 2.0 - 基于 WePY
Stars: ✭ 270 (-30.77%)
Mutual labels:  wepy
Mp Jishengji
一款日常生活记录类的小程序,通过wepyjs构建,包含计划、账本、圈子、榜单和个人中心等模块。
Stars: ✭ 312 (-20%)
Mutual labels:  wepy
x-mall-miniprogram-wepy
一个基于wepy+redux+eslint+sass的类Vue开发风格的商城微信小程序项目。
Stars: ✭ 67 (-82.82%)
Mutual labels:  wepy
we-city-select
微信小程序,城市选择组件(基于wepy)
Stars: ✭ 36 (-90.77%)
Mutual labels:  wepy
Weui.js
A lightweight javascript library for WeUI.
Stars: ✭ 3,001 (+669.49%)
Mutual labels:  weui
Undergraduate
🔧mini program of NJUPT | 南京邮电大学小程序
Stars: ✭ 138 (-64.62%)
Mutual labels:  wepy
Weapp Poem
诗词墨客 - 最全中华古诗词小程序
Stars: ✭ 349 (-10.51%)
Mutual labels:  wepy
React Weui
weui for react
Stars: ✭ 2,793 (+616.15%)
Mutual labels:  weui
Jiezhang
基于 wepy 开发的一款纯记账的微信小程序
Stars: ✭ 307 (-21.28%)
Mutual labels:  wepy
wepy-com-calendar
一个基于wepy的日历组件,内置多套皮肤,可启用打卡功能
Stars: ✭ 33 (-91.54%)
Mutual labels:  wepy
wecontr
小程序 内容管理系统CMS 适合站长和自媒体 含积分兑换商城 推荐锁粉奖励等玩法
Stars: ✭ 46 (-88.21%)
Mutual labels:  wepy
Mpvue Weui
基于 mpvue 的 weui 框架
Stars: ✭ 279 (-28.46%)
Mutual labels:  weui
image-cropper
💯一款功能强大的微信小程序图片裁剪插件
Stars: ✭ 1,123 (+187.95%)
Mutual labels:  wepy
News
🐼Based on angular.js, weui and node.js rewrite news client - 新闻客户端
Stars: ✭ 324 (-16.92%)
Mutual labels:  weui
wepy-nba
微信小程序之-NBA在线直播小程序
Stars: ✭ 17 (-95.64%)
Mutual labels:  wepy
Wepy Demo Bookmall
Demo codes for 🐼📖 which used in a very early version.
Stars: ✭ 278 (-28.72%)
Mutual labels:  wepy
Cool ui
用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Stars: ✭ 349 (-10.51%)
Mutual labels:  weui
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+4405.9%)
Mutual labels:  weui
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+726.67%)
Mutual labels:  wepy

WeUI in WePY

WeUI 是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信内网页和微信小程序量身设计,令用户的使用感知更加统一。 这里是 WeUI 在 WePY 中的使用示例。

预览

Web 版线上DEMO

image

体验步骤

1. 安装 wepy

本项目基于wepy开发,参考这里

npm install wepy-cli -g

2. 下载源代码

git clone [email protected]:wepyjs/wepy-weui-demo.git

3. 安装开发依赖

npm install

4. 编译源代码

wepy build

5.导入至开发者工具

编译完成后会生成dist目录,开发者工具本地开发目录指向dist目录。

切记: 取消勾选项目-->开启ES6转ES5,否则代码运行报错。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].