All Projects → dwqs → mp-jithub

dwqs / mp-jithub

Licence: MIT license
Mini program for Github

Programming Languages

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

Projects that are alternatives of or similar to mp-jithub

Omi
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
Stars: ✭ 12,153 (+40410%)
Mutual labels:  mini-program
finclip-flutter-demo
FinClip Flutter 运行环境,让小程序在 Flutter 应用中无缝运行 / Flutter DEMO for FinClip
Stars: ✭ 78 (+160%)
Mutual labels:  mini-program
webpack-mpvue-startup
A template with webpack 3 + mpvue 1 setup for projects startup
Stars: ✭ 13 (-56.67%)
Mutual labels:  mini-program
Dva Wxapp
微信小程序的dva集成
Stars: ✭ 183 (+510%)
Mutual labels:  mini-program
finclip-react-native-demo
FinClip RN 运行环境,让小程序在 RN 应用中无缝运行 / ReactNative DEMO for FinClip
Stars: ✭ 36 (+20%)
Mutual labels:  mini-program
91 Python Mini Projects
No description or website provided.
Stars: ✭ 212 (+606.67%)
Mutual labels:  mini-program
Silk V3 Decoder
kn007's blog
Stars: ✭ 1,832 (+6006.67%)
Mutual labels:  mini-program
github-tree-mp
小程序版 "Octotree"
Stars: ✭ 30 (+0%)
Mutual labels:  mini-program
miniapp
使用 Rax 语法(类 React)编写跨多端的小程序应用。
Stars: ✭ 65 (+116.67%)
Mutual labels:  mini-program
mini-program-table
基于 WePY 实现的固定头和列的 table 组件,可根据自身需求进行修改扩展。
Stars: ✭ 14 (-53.33%)
Mutual labels:  mini-program
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+516.67%)
Mutual labels:  mini-program
Mini Program Iconfont Cli
把iconfont图标批量转换成多个平台小程序的标准组件。支持多色彩,支持自定义颜色
Stars: ✭ 209 (+596.67%)
Mutual labels:  mini-program
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+76.67%)
Mutual labels:  mini-program
Alipay Sdk Php
🐜支付宝(蚂蚁金服)开放平台第三方 PHP SDK,基于官方 3.3.2 版本,助力支付宝小程序后端开发。
Stars: ✭ 167 (+456.67%)
Mutual labels:  mini-program
union
union login for wechat,weibo,qq,alipay with go
Stars: ✭ 23 (-23.33%)
Mutual labels:  mini-program
Wxa
🖖 渐进式小程序开发框架。轻量级的渐进式小程序开发框架,专注于小程序原生开发,提供更好的工程化、代码复用能力,提高开发效率并改善开发体验。
Stars: ✭ 149 (+396.67%)
Mutual labels:  mini-program
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+283.33%)
Mutual labels:  mini-program
MinaOTP
TOTP authenticator implement as a wechat mini program
Stars: ✭ 30 (+0%)
Mutual labels:  mini-program
weapp-starter-kit
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  mini-program
miniprogram-demo
FinClip 小程序演示,用于测试小程序中相关 API 与组件能力 / Mini-Program DEMO for FinClip
Stars: ✭ 49 (+63.33%)
Mutual labels:  mini-program

mp-jithub

Mini program for Github.

扫码体验

image

本地开发

git clone [email protected]:dwqs/mp-jithub.git

cd mp-jithub

克隆项目之后,需要作如下两件事:

  • 先将 config/host-sample.js 重命名为 config/host.js
  • config/host.js 需要导出两个值:
export const host = 'https://your.domain.com'; // 你的域名
export const token = 'github personal token'; // 详见: https://developer.github.com/v3/#rate-limiting

然后 npm run dev, 用微信开发者工具打开 dist 目录。

更新日志

1.2.2

  • 修复对 code 标签的解析

1.2.0

  • 增加设置页面,允许设置 Trending 页的默认语言和周期
  • 去掉版本的提示

1.1.6

  • fix 因 README 内容过大而导致的界面卡顿现象

1.1.5

  • 优化仓库 README.md 文件的查看

1.1.2

  • 支持以截图形式查看仓库的 README

1.1.0

  • Trending 和 Ranking 支持点击查看详情
  • 支持查看个人的仓库列表
  • 优化 Ranking 页的头像展示

1.0.8

1.0.7

  • Trending 列表页展示
  • Trending 列表页支持语言过滤

Markdown 解析

LICENSE

MIT

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