12 yyds WeChat Mini Program open source projects, quick collection!

Full text overview:

  • wechat-app-mall : WeChat Mini Program Mall;

  • Vant Weapp : small program UI component library;

  • iView Weapp : UI component library for applets;

  • echarts-for-weixin : WeChat mini-program version of Apache ECharts;

  • Gitter : GitHub WeChat applet client;

  • winxin-app-watch-life.net : Open source version of Weimo applet;

  • Bee : catering order mall;

  • taro-music : Netease cloud music applet;

  • weapp-library : online library lending platform;

  • Garbage : a garbage sorting applet developed by Mini Program Cloud;

  • WePY : A framework that allows applets to support component-based development;

  • awesome-wechat-weapp : Wechat applet development resource summary;

1.wechat-app-mall

wechat-app-mall is a WeChat mini-program mall and WeChat mini-program store. It has the following functions:

  • Based on cloud interface and automatic background management, there is no need to deploy background and server resources;

  • Commodity display, single commodity multi-specification configuration separate inventory and price;

  • Shopping cart function based on the Mini Program Storage interface;

  • order management;

  • Small program online payment;

  • Logistics tracking management;

Github(⭐️ 16.2k):https://github.com/EastWorld/wechat-app-mall 

2.Vant Weapp 

Vant is a lightweight, reliable mobile component library that was open sourced in 2017. At present, Vant officially provides Vue 2 version, Vue 3 version and WeChat applet version, and the community team maintains the React version and Alipay applet version.

 Github (⭐️ 16.2k): https://github.com/vant-ui/vant-weapp

3.iView Weapp 

iView Weapp is a high-quality WeChat Mini Program UI component library.

 Github(⭐️ 6.2k):https://github.com/TalkingData/iview-weapp

4.echarts-for-weixin

echarts-for-weixin is the WeChat applet version of Apache ECharts (incubating), and the examples used. Developers can quickly develop charts through the familiar ECharts configuration method to meet various visualization needs.

Github(⭐️ 6k):https://github.com/ecomfe/echarts-for-weixin

5.Grid 

Gitter for GitHub may be the most handsome GitHub WeChat applet client at present. The project is developed using the Taro framework + Taro UI, and the data in the applet comes from GitHub Api v3.

Github(⭐️ 3.6k):https://github.com/nslogx/Gitter

6.winxin-app-watch-life.net 

Wemo Mini Program Open Source Version-WordPress version of WeChat Mini Program, which supports sharing Moments, WeChat Mini Program advertisements, article posters, WordPress photo albums, Mini Program live broadcasts, WeChat search page access and content search, video numbers, half-screen Open applets, subscribe to topics, share and forward pages, display and update article views, article points, article comments, article rankings, etc.

Github(⭐️ 2.3 k):https://github.com/iamxjb/winxin-app-watch-life.net 

7.Bee 

Bee is a WeChat mini-program for catering ordering mall. It is a complete set of catering solutions for the catering industry. The industry is more efficient and convenient!

Github(⭐️ 1k):https://github.com/woniudiancang/bee 

8.taro-music 

taro-music is a Netease cloud music applet developed based on taro + taro-ui + redux + react-hooks + typescript, taro3 has been upgraded. This project can also help you quickly use Taro to develop a small program of your own.

Github(⭐️ 1.3k):https://github.com/lsqy/taro-music 

9.weapp-library 

weapp-library is an online book lending platform WeChat mini-program that connects readers with the library's book lending platform, readers' library database and book list system. 30+ pages, multiple reusable components, getting started with WeChat Mini Program development. Provide a local mock server solution.

Github(⭐️ 754):https://github.com/imageslr/weapp-library 

10.Garbage 

Garbage is a garbage sorting applet developed using Mini Program Cloud.

Github(⭐️ 736):https://github.com/qi19901212/Garbage 

11.weps 

WePY is a framework that allows small programs to support component-based development. Through pre-compilation, developers can choose their favorite development style to develop small programs. The optimization of the details of the framework, the introduction of Promise and Async Functions are all to make the development of small program projects easier and more efficient.

It has the following properties:

  • Vue-like development style

  • Support custom component development

  • Support for importing NPM packages

  • Promise support

  • Support ES2015+ features, such as Async Functions

  • Support multiple compilers, Less/Sass/Stylus/PostCSS, Babel/Typescript, Pug

  • Support multiple plug-in processing, file compression, image compression, content replacement, etc.

  • Support Sourcemap, ESLint, etc.

  • Small program detail optimization, such as request queuing, event optimization, etc.

Github(⭐️ 21.9k):https://github.com/Tencent/wepy 

12.awesome-wechat-weapp 

Summary of WeChat Mini Program development resources. This project collects materials, problems and third-party component libraries that will be used in the development of WeChat Mini Programs.

Github(⭐️ 38.7k):https://github.com/justjavac/awesome-wechat-weapp 

This article is reproduced: Inventory of 12 yyds WeChat applet open source projects 

Guess you like

Origin blog.csdn.net/weixin_38822843/article/details/127634998