All Projects → dodola → Weexone

dodola / Weexone

Licence: mit
Weex [one 一个]客户端

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Weexone

Yanxuan Weex Demo
🎨 High quality pure Weex demo / 网易严选 App 感受 Weex 开发
Stars: ✭ 3,052 (+252.83%)
Mutual labels:  weex
Weex Frame
weex 基于vue2.0开发框架
Stars: ✭ 440 (-49.13%)
Mutual labels:  weex
Liteapp
LiteApp is a high performance mobile cross-platform implementation, The realization of cross-platform functionality is base on webview and provides different ideas and solutions for improve webview performance.
Stars: ✭ 626 (-27.63%)
Mutual labels:  weex
Nat
A powerful kit for adding native functionalities to your weex app.
Stars: ✭ 294 (-66.01%)
Mutual labels:  weex
Luaviewsdk
A cross-platform framework to build native, dynamic and swift user interface - 强大轻巧灵活的客户端动态化解决方案
Stars: ✭ 3,586 (+314.57%)
Mutual labels:  weex
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (-45.09%)
Mutual labels:  weex
hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-97.69%)
Mutual labels:  weex
Alaweb
一套 Vue 代码,多端可用(H5、小程序、苹果App、安卓App、头条等)。系统含150+页面,200+组件(5端通用),30+元件(每个终端独立完成)
Stars: ✭ 837 (-3.24%)
Mutual labels:  weex
Bui Weex
专门为 Weex 前端开发者打造的一套高质量UI框架
Stars: ✭ 370 (-57.23%)
Mutual labels:  weex
Incubator Weex Cli
Weex Toolkit is the Standard Tooling for Weex Development.
Stars: ✭ 568 (-34.34%)
Mutual labels:  weex
Thera
Thera is an integrated development environment(IDE) powered by Alibaba.com aimed for improving mobile hybrid solution develop experience, such as weex, luaview, react native.
Stars: ✭ 298 (-65.55%)
Mutual labels:  weex
Coderyi.github.io
Don't fork! coderyi's blog,about iOS ,CS and my code life.
Stars: ✭ 349 (-59.65%)
Mutual labels:  weex
Javascriptstudy
JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!
Stars: ✭ 529 (-38.84%)
Mutual labels:  weex
Crazydaily
[开源项目] 一款程序员日常放松的App,基于Material Design + MVP-Clean + Weex + Flutter + RxJava2 + Retrofit + Dagger2 + Glide + Okhttp + MTRVA + BRVAH + 炫酷控件 + 炫酷动画
Stars: ✭ 294 (-66.01%)
Mutual labels:  weex
Gsygithubappweex
超完整的Weex开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、Kotlin四三个版本。 功能齐全,项目框架内技术涉及面广,完成度高,配套文章,适合全面学习,对比参考。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Flutter版本 : https://github.com/CarGuo/GSYGithubAppFlutter 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin
Stars: ✭ 714 (-17.46%)
Mutual labels:  weex
incubator-weex-site
Apache Weex (Incubating)
Stars: ✭ 84 (-90.29%)
Mutual labels:  weex
Easywebpack
A Simple, Powerful Webpack Front-End Development Solution
Stars: ✭ 452 (-47.75%)
Mutual labels:  weex
Wosi Demo
一款用chameleon写的跨h5、小程序和native端的背单词软件
Stars: ✭ 16 (-98.15%)
Mutual labels:  weex
React Article Bucket
总结,积累,分享,传播JavaScript各模块核心知识点文章全集,欢迎star,issue(勿fork,内容可能随时修改)。webpack核心内容部分请查看专栏: https://github.com/liangklfangl/webpack-core-usage
Stars: ✭ 750 (-13.29%)
Mutual labels:  weex
Incubator Weex Ui
🏄 A rich interaction, lightweight, high performance UI library based on Weex.
Stars: ✭ 4,793 (+454.1%)
Mutual labels:  weex

WEEXONE

注: 我在 Weexpack 分支下实现了用WeexPack进行打包的配置

Update

  • 2016-10-31 修复h5里tab和navigator路径错误问题,增加了weexone脚本
  • 2016-10-30 修复了h5下相对路径取值错误问题
  • 2016-10-26 更新了Android端离线方式,解决了相对路径的问题
  • 2016-10-10 更新了WeexOne的编译运行方式
  • 2016-09-22 更新了WeexOne 兼容了新版本的Weex,还需要解决UI错乱的问题

Install

npm install

Build & Run

  1. npm run buld: build all we file into dist/* folder
  2. npm run dev: watch file changes of src and automatically build into dist/
  3. npm run serve: perview in html5 render through :http://localhost:12580

OR

  1. weexone:build all we file into dist/* folder,and start default server with 12580 port
  2. weexone android:
    build we file into dist/* and copy all dist into android assets/dist folder
    then build android
    install apk to device
    run weex playground

Run with weex playground app

  1. open weex playground app
  2. open qrcode scan ,scan http://your weex server ip/dist/main.js

介绍

端午的时候收到了Weex团队发的一个Weex Workshop的邮件,然后就利用这两天使用Weex做了一款[one 一个]的客户端。源代码在:https://github.com/dodola/WeexOne

enter description here

enter description here

enter description here

enter description here

enter description here

enter description here

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