All Projects → CarGuo → Gsygithubappweex

CarGuo / Gsygithubappweex

Licence: apache-2.0
超完整的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

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Gsygithubappweex

bui-weex-sample
bui-weex示例工程,包含了丰富的组件展示案例
Stars: ✭ 29 (-95.94%)
Mutual labels:  weex
Weex
A framework for building Mobile cross-platform UI
Stars: ✭ 17,793 (+2392.02%)
Mutual labels:  weex
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (-33.47%)
Mutual labels:  weex
hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-97.2%)
Mutual labels:  weex
Nat
A powerful kit for adding native functionalities to your weex app.
Stars: ✭ 294 (-58.82%)
Mutual labels:  weex
Luaviewsdk
A cross-platform framework to build native, dynamic and swift user interface - 强大轻巧灵活的客户端动态化解决方案
Stars: ✭ 3,586 (+402.24%)
Mutual labels:  weex
weex-nat-camera
natjs.com/#/#camera
Stars: ✭ 20 (-97.2%)
Mutual labels:  weex
Incubator Weex Cli
Weex Toolkit is the Standard Tooling for Weex Development.
Stars: ✭ 568 (-20.45%)
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 (-58.26%)
Mutual labels:  weex
Easywebpack
A Simple, Powerful Webpack Front-End Development Solution
Stars: ✭ 452 (-36.69%)
Mutual labels:  weex
incubator-weex-site
Apache Weex (Incubating)
Stars: ✭ 84 (-88.24%)
Mutual labels:  weex
Crazydaily
[开源项目] 一款程序员日常放松的App,基于Material Design + MVP-Clean + Weex + Flutter + RxJava2 + Retrofit + Dagger2 + Glide + Okhttp + MTRVA + BRVAH + 炫酷控件 + 炫酷动画
Stars: ✭ 294 (-58.82%)
Mutual labels:  weex
Bui Weex
专门为 Weex 前端开发者打造的一套高质量UI框架
Stars: ✭ 370 (-48.18%)
Mutual labels:  weex
XiaoxiaZhihuWeex
XiaoxiaZhihu(zhihu daily) client written by Weex.
Stars: ✭ 15 (-97.9%)
Mutual labels:  weex
Javascriptstudy
JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!
Stars: ✭ 529 (-25.91%)
Mutual labels:  weex
weex-dingtalk-cli
👽 A simple CLI for scaffolding Dingtalk Weex Microapp projects.
Stars: ✭ 33 (-95.38%)
Mutual labels:  weex
Coderyi.github.io
Don't fork! coderyi's blog,about iOS ,CS and my code life.
Stars: ✭ 349 (-51.12%)
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 (-12.32%)
Mutual labels:  weex
Incubator Weex Ui
🏄 A rich interaction, lightweight, high performance UI library based on Weex.
Stars: ✭ 4,793 (+571.29%)
Mutual labels:  weex
Weex Frame
weex 基于vue2.0开发框架
Stars: ✭ 440 (-38.38%)
Mutual labels:  weex

一款跨平台的开源Github Weex客户端App,提供更丰富的功能,更好体验,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验~~Σ( ̄。 ̄ノ)ノ。在开发学习过程中,提供丰富的同款对比:

公众号

****** Weex之带你去蹲坑文章 ******

基于Weex开发,适配Android\IOS\Web。

项目的目的是为方便个人日常维护和查阅Github,更好的沉浸于码友之间的互基,Github就是你的家。

项目同时适合Weex的练手学习,覆盖了各种框架的使用,与原生的交互等。

随着项目的使用情况和反馈,将时不时根据更新并完善用户体验与功能优化吗,欢迎提出问题。

GitHub issues GitHub forks GitHub stars

编译运行流程

1、配置好Weex开发环境,可参阅 【搭建环境】

2、clone代码,根目录下执行npm install安装node_modules(太慢建议科学上网或使用淘宝镜像)

3、重点:你需要自己项目src/core/common/目录下 创建一个ignoreConfig.js文件,然后输入你申请的Github client_id 和 client_secret。

 export const CLIENT_ID = "xxxx";

 export const CLIENT_SECRET = "xxxx";


 //如果需要上传七牛
 export const ACCESS_KEY = "xxxx";
 export const SECRET_KEY = "xxx";
 export const QN_HOST = "xxxx";
 export const SCOPE = "xxxx";

  注册 Github APP 传送门,当然,前提是你现有一个github账号(~ ̄▽ ̄)~ 。

3、如果使用安全登录(授权登录),那么在上述注册 Github App 的 Authorization callback URL 一栏必须填入 gsygithubapp://authed

4、运行

执行 weex run android 运行android。

执行 weex run ios 运行ios。

执行 npm run serve 运行web(目前未详细适配)。(推荐chrome,调试模式下手机模式)

下载

Apk下载链接

Apk二维码

示例图片

第三方框架

常见问题👇

****** 点我传送 ******

LICENSE

CarGuo/GSYGithubAPPWeex is licensed under the
Apache License 2.0

A permissive license whose main conditions require preservation of copyright and license notices.
Contributors provide an express grant of patent rights.
Licensed works, modifications, and larger works may be distributed under different terms and without source code.
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].