1 个仓库
Specialized techniques for reducing the size of WeChat and similar mini program application packages.
Distinct from Bundle Size Optimization: Specifically applies bundle optimization to the constraints and structures of mini programs.
Explore 1 awesome GitHub repository matching development tools & productivity · Mini Program Bundle Optimization. Refine with filters or upvote what's useful.
Lin-ui 是一个专为创建微信小程序应用而设计的组件库和开发工具包。它作为一个响应式 UI 框架,为移动应用环境提供预构建的用户界面组件和一组辅助函数。 该项目包含一个专注于小程序包优化的构建工具,允许编译特定组件并移除未使用的资源以减小包体积。它还具有响应式界面设计系统,可将静态像素值转换为适用于不同屏幕尺寸的灵活单位。 该工具包涵盖了更广泛的功能,包括将回调转换为 Promise 的异步工作流管理,以及用于操作字符串和数组数据的实用程序。它提供了一个全局配置系统来自定义组件样式和主题颜色。 初始设置通过命令行界面支持,用于引导项目模板并生成标准化的目录结构。
Reduces the final application size by compiling only necessary components and removing unused assets.