# MIP **Repository Path**: mirrors/MIP ## Basic Information - **Project Name**: MIP - **Description**: MIP (Mobile Instant Pages)是百度推出的移动网页加速器,是一套应用于移动网页的开放性技术标准 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/mip - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-01-25 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

MIP

Build Status Build Status Coverage Status

Pull Request closed license

Sauce Test Status

## 什么是 MIP MIP(移动网页加速器)能够优化网页JS和资源加载,达到加速打开网页的效果。 在MIP页中可以这样创建一个轮播图: ```html ``` **极速打开:** 大部分MIP页面都能在一秒内加载完成首屏。 **使用简单:** 直接使用MIP组件拼装网页,无需一行JS。 **资源管理:** 按需加载图片和js,精简网络请求。 ## 文档&教程资源 - 快速入门MIP页面开发,请查看 [官网文档](https://www.mipengine.org/doc/00-mip-101.html)。 - 了解其它MIP组件使用,请查看 [MIP官方组件列表](https://www.mipengine.org/doc/3-widget/10-widgets.html). - 常见问题及解答,请查看博客 [MIP问题解决方案大全](http://www.cnblogs.com/mipengine/p/mip-faqs.html)。 - 视频教程: - [初识 MIP](http://bit.baidu.com/course/detail/id/187/column/120.html) - [MIP页面开发](http://bit.baidu.com/Course/detail/id/188.html) - [MIP页面开发进阶](http://bit.baidu.com/Course/detail/id/189.html) - [MIP组件开发](http://bit.baidu.com/Course/detail/id/190.html) - [MIP搜索生效](http://bit.baidu.com/Course/detail/id/191.html) ## 参与开发 如果你认为某个函数或组件实现有更好的解决方案,可以提交[issue](https://github.com/mipengine/mip/issues)或代码(pull request)给我们。 如果打算提交代码,在本仓库中运行`npm install`, `npm run build`可以编译出一个修改后的mip.js,用于预览效果。 提交代码需要满足以下条件: 1. 使用原生JS编写 2. 编写对应的单元测试,并通过 3. 使用英文注释,简洁清晰 4. 符合[Fecs](http://fecs.baidu.com/demo)编码规范 ## License [MIT](https://github.com/mipengine/mip/blob/master/LICENSE) Copyright (c) 2015-present, Baidu Inc.