Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipengine/mip
[Deprecated] 请查看 mip2
https://github.com/mipengine/mip
framework javascript mip mip-cache web
Last synced: 6 days ago
JSON representation
[Deprecated] 请查看 mip2
- Host: GitHub
- URL: https://github.com/mipengine/mip
- Owner: mipengine
- License: mit
- Created: 2016-09-20T06:02:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T06:32:24.000Z (about 6 years ago)
- Last Synced: 2024-12-29T21:09:50.417Z (13 days ago)
- Topics: framework, javascript, mip, mip-cache, web
- Language: JavaScript
- Homepage: https://www.mipengine.org/
- Size: 11.2 MB
- Stars: 381
- Watchers: 33
- Forks: 81
- Open Issues: 28
-
Metadata Files:
- Readme: README-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
README
## 什么是 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.