Giter VIP home page Giter VIP logo

taowenyu / gsygithubappweex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carguo/gsygithubappweex

1.0 1.0 0.0 69.72 MB

超完整的Weex开源项目,Weex版本跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验~~Σ( ̄。 ̄ノ)ノ。已有React Native版本: https://github.com/CarGuo/GSYGithubAPP

License: Apache License 2.0

JavaScript 97.75% CSS 0.12% HTML 0.61% Java 0.50% Ruby 0.01% Objective-C 0.14% C 0.01% Vue 0.88%

gsygithubappweex's Introduction

一款跨平台的开源Github Weex客户端App,提供更丰富的功能,更好体验,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验~~Σ( ̄。 ̄ノ)ノ。 ****** Weex之带你去蹲坑文章 ******

ps 同款开源React Native版本 https://github.com/CarGuo/GSYGithubAPP

基于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账号(~ ̄▽ ̄)~ 。

4、运行

执行 weex run android 运行android。

执行 weex run ios 运行ios。

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

下载

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.

gsygithubappweex's People

Contributors

carguo avatar carguosmall avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.