All Projects → bingo-oss → bui-weex-sample

bingo-oss / bui-weex-sample

Licence: other
bui-weex示例工程,包含了丰富的组件展示案例

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to bui-weex-sample

Weex Vue Examples
Examples of using Weex and Vue.js
Stars: ✭ 211 (+627.59%)
Mutual labels:  weex
incubator-weex-playground
Playground for Apache Weex, demo purpose only
Stars: ✭ 43 (+48.28%)
Mutual labels:  weex
xiazhou-weex
a demo for weex project
Stars: ✭ 49 (+68.97%)
Mutual labels:  weex
Incubator Weex
Apache Weex (Incubating)
Stars: ✭ 13,990 (+48141.38%)
Mutual labels:  weex
shop-native
基于weex(vuejs),同时使用了vuex, vue-router, axios,包含异步(async)语法糖在安卓端不兼容的解决方案
Stars: ✭ 15 (-48.28%)
Mutual labels:  weex
weexbox-android-library
Weex Android SDK
Stars: ✭ 22 (-24.14%)
Mutual labels:  weex
Hello Weex
hello-weex包括一个Weex App(GitHub第三方App),和自己扩展的WeexiOSKit(iOS上的常用组件与模块)。
Stars: ✭ 193 (+565.52%)
Mutual labels:  weex
weex-nat-camera
natjs.com/#/#camera
Stars: ✭ 20 (-31.03%)
Mutual labels:  weex
weex-template
A weex-template support ios android and web. dev hot-reload & can generate html & px2rem & autoprefixer.
Stars: ✭ 15 (-48.28%)
Mutual labels:  weex
weex-flymeui
🐼 A Flyme Style UI library based on Weex for Creator.
Stars: ✭ 66 (+127.59%)
Mutual labels:  weex
JustDo8-weex-game
🎲 a game developed using weex|使用 Weex 开发的益智类小游戏
Stars: ✭ 25 (-13.79%)
Mutual labels:  weex
weex componets
this library is no longer maintained. For the latest gameplay, please refer to: https://github.com/fengwuxp/wuxp_common_ts_module
Stars: ✭ 16 (-44.83%)
Mutual labels:  weex
eros-cli
🛠️ A simple CLI for scaffolding weex projects, we provide eros-template to quickly build small and medium sized app.
Stars: ✭ 41 (+41.38%)
Mutual labels:  weex
Reactnativerollingexamples
react-native的一些example,目前支持iOS。另外收集了一份react-native学习列表
Stars: ✭ 214 (+637.93%)
Mutual labels:  weex
eros-plugin-ios-TencentCaptcha
腾讯防水墙、滑动验证、类似bilibili滑动验证码
Stars: ✭ 21 (-27.59%)
Mutual labels:  weex
Frontend Series
📚 大前端的工程实践:iOS 篇 | Android 篇 | 混合式开发篇 - ReactNative、Weex、Weapp
Stars: ✭ 197 (+579.31%)
Mutual labels:  weex
eros-widget
eros widget is the two encapsulation for eros module.
Stars: ✭ 13 (-55.17%)
Mutual labels:  weex
weex-dingtalk-cli
👽 A simple CLI for scaffolding Dingtalk Weex Microapp projects.
Stars: ✭ 33 (+13.79%)
Mutual labels:  weex
rax-app
Rax App Framework
Stars: ✭ 89 (+206.9%)
Mutual labels:  weex
weex-vue-starter-kit
weex starter kit in vue to use weexpack & weex both.(support hot-reload)
Stars: ✭ 24 (-17.24%)
Mutual labels:  weex

bui-weex-template

BUI-Weex 是一套专门为 Weex 前端开发者打造的一套高质量UI框架。为了达到更好的效果,请在 WeexSDK 0.11.0 + 上使用这套UI框架,目前仅支持iOS和android平台,后续将针对web平台进行降级支持。

官网:http://dev.bingocc.com/buiweex/

沟通交流

我们的GitHub仓库

bui-weex组件库 https://github.com/bingo-oss/bui-weex

bui-weex-sample示例库 https://github.com/bingo-oss/bui-weex-sample

bui-weex-toolkit命令行工具 https://github.com/bingo-oss/bui-weex-toolkit

bui-weex-template脚手架工程 https://github.com/bingo-oss/bui-weex-template

欢迎大家给我们提 issue :https://github.com/bingo-oss/bui-weex/issues

感谢理解与支持!

运行工程

创建的工程是标准的webpack工程,运行该工程有两种方式:

使用命令行运行

首先,编译文件和启动监听,运行该命令会在根目录下生成 dist 文件夹, 里面生成的文件由 webpack.config.js 里面的脚本决定。

npm run dev 

随后,启动Server,默认的端口是 8686 ,如果已经被其他程序占用,配置成其他即可。

npm run serve 

更多开发帮助,请查看http://dev.bingocc.com/buiweex/

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].