Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jae-jae/weapp-github-trending
微信小程序:Github今日榜单
https://github.com/jae-jae/weapp-github-trending
Last synced: about 1 month ago
JSON representation
微信小程序:Github今日榜单
- Host: GitHub
- URL: https://github.com/jae-jae/weapp-github-trending
- Owner: jae-jae
- License: mit
- Created: 2018-07-06T09:55:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T11:23:17.000Z (over 6 years ago)
- Last Synced: 2024-10-29T18:48:34.617Z (about 2 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 296
- Watchers: 8
- Forks: 50
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weapp Github Trending
微信小程序:Github今日榜单## 技术栈
- Min Cli: 小程序开发框架,类VUE
- MinUI: 小程序UI组件库
- es6-promise:提供Promise支持
- wx-promise-request:小程序异步网络请求
- wemark: 小程序Markdown渲染库
- Material Icons: 提供图标支持
- Yarn || Npm: 包管理
- Webpack、Babel: 打包构建
- ES6: JS语法
- LESS:CSS 预处理语言
- GitHub API、QueryList: 提供数据支持## 体验
## 截图
## Usage
```shell
# 安装依赖
$ yarn install# 启动调试模式
$ min dev# 编译项目
$ min build
```