Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Ios Architecture | 4,886 | 7 months ago | mit | |||||||
:japanese_castle: Better ways to structure iOS apps | ||||||||||
Wtm | 3,857 | 2 | 3 | 2 months ago | 380 | September 04, 2022 | 80 | mit | C# | |
Use WTM to write .netcore app fast !!! | ||||||||||
Vuejs Learn | 1,934 | 6 years ago | 14 | JavaScript | ||||||
(vue.js official website tutorials ,contains video , codes, baudi yun, youtube) 网路上有很多 VUE 综合应用的视频,但大部份的视频 ,都当你已经了解官网 所以讲的节奏难免偏快。 此视频(都是上代码),以官网为重,将官网的观念,以视频搭配代码,实际演示。 如果官网有看不懂的地方,比对一下,视频跟代码,就会了解了。 减少你摸索的时间。(註:mvvm 的框架,不管是 ng , react, vue, avalonjs, 都是好的框架,而有经验的前端,至少都会两套以上的 mvvm。) | ||||||||||
Restaurant App | 641 | a month ago | 13 | C# | ||||||
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web | ||||||||||
Flawless Ios | 222 | 3 years ago | ||||||||
Awesome iOS guides from the community, shared on Flawless iOS Medium blog 👉 | ||||||||||
Flat | 92 | 2 years ago | n,ull | mit | TypeScript | |||||
🍪Lightweight MVVM framework base on TypeScript. | ||||||||||
Nestedreact | 79 | 5 years ago | 5 | TypeScript | ||||||
BackboneJS compatibility layer for React-MVx MVVM framework. | ||||||||||
Ale | 66 | 4 years ago | mit | JavaScript | ||||||
✌️a Flexible and fast JavaScript view framework | ||||||||||
Myblog | 64 | 4 years ago | 1 | |||||||
我的个人博客,记录自己的所学所享. | ||||||||||
Awesome Web Tutorial | 62 | 3 years ago | 4 | |||||||
「JavaScript学习资料整理」系列,构建JavaScript前端知识体系,积累JavaScript前端开发经验 |
Support my apps
Better ways to structure apps
let buzzWords = [
"Model", "View", "Controller", "Entity", "Router", "Clean", "Reactive",
"Presenter", "Interactor", "Megatron", "Coordinator", "Flow", "Manager"
]
let architecture = buzzWords.shuffled().takeRandom()
let acronym = architecture.makeAcronym()
Model View Controller
Model View Presenter
Model View ViewModel
View Interactor Presenter Entity Router
View Interactor Presenter
This project is released under the MIT license. See LICENSE.md.