Skip to content

HomHomLin/weex

 
 

Repository files navigation

Weex-Fork    

该fork基于最新Weex-dev,调整了Weex默认的list加载更多方式,简单暴力修改了源码,使其拥有自然滑动加载更多的能力。【仅修改了Android】 考虑到目前WEEX处于发展阶段,因此该修改仅仅用作前期需求的满足,因此不修改至官方的SDK。

代码较low,采用我15年的代码嵌套完成,仅完成功能和初步效果,请有需要的使用或修改。 直接将该fork引入项目中替换原本官方的sdk即可,修改了WXRecyclerView以及Swipe的代码。 效果图如下:

Screenshot

Screenshot

如果你有什么需要改进的,请提交到该fork。

Week

AndroidDownload iOSPod version HTML5npm version

A framework for building Mobile cross-platform UI.

CircleCI Gitter (English Gitter) Gitter (Chinese 中文聊天室)

Support Android 4.1 (API 16) and iOS 7.0+. See Weex website for more information.

For Windows

Please INSTALL Git for Windows and run all the following commands in git-bash.

Meet Weex

  • Install Weex Playground App to see examples we already written.
  • If you want to write a demo, install weex-toolkit in Node.js 4.0+ and
  • Run weex init to generate & start a simple project in an empty folder.
  • Follow the instructions in the project README.
  • Enjoy it.

Use Weex

Android

  1. Prerequisites 0. Install Node.js 4.0+ 0. Under project root 0. npm install, install project 0. ./start 0. Install Android Environment
  2. Run playground, In Android Studio 0. Open android/playground 0. In app/java/com.alibaba.weex/IndexActivity, modify CURRENT_IP to your local IP 0. Click (Run button)
  3. Add an example

Runtime

On Android Platform , Weex code is executed in weex_v8core which is based on Google V8 JavaScript engine.

iOS

  1. Prerequisites 0. Install Node.js 4.0+ 0. Under project root 0. npm install, install project 0. ./start 0. Install iOS Environment 0. Install CocoaPods
  2. Run playground 0. cd ios/playground 0. pod install 0. Open WeexDemo.xcworkspace in Xcode 0. Click (Run button) or use default shortcut cmd + r in Xcode 0. If you want to run the demo on your device. In DemoDefine.h(you can search this file by Xcode default shortcut cmd + shift + o), modify CURRENT_IP to your local IP
  3. Add an example

Scripts

See SCRIPTS.md for more information.

IDE Plugin & Syntax Highlight & DevTool

See Weex Community Wiki page

Weex team have developed a DevTool to help you to improve we file debug efficiency.

FAQ

See FAQ for more information.

Community based Weex knowledge site

Contributing

See Weex Contributing Guide for more information.

About

A framework for building Mobile cross-platform UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.9%
  • Java 46.1%
  • Objective-C 6.5%
  • C 0.3%
  • CSS 0.1%
  • Shell 0.1%