All Projects → mipengine → Mip2

mipengine / Mip2

Licence: mit
MIP (移动网页加速器)通过优化网页JS、控制资源加载顺序,达到加速网页的效果。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mip2

Nutmeg
Build, test, and publish vanilla Web Components with a little spice
Stars: ✭ 111 (-33.13%)
Mutual labels:  webcomponents
Urdf Loaders
URDF Loaders for Unity and THREE.js with example ATHLETE URDF Files
Stars: ✭ 129 (-22.29%)
Mutual labels:  webcomponents
Omi
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
Stars: ✭ 12,153 (+7221.08%)
Mutual labels:  webcomponents
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (-31.93%)
Mutual labels:  webcomponents
Api Viewer Element
API documentation and live playground for Web Components
Stars: ✭ 121 (-27.11%)
Mutual labels:  webcomponents
Smart Industry
🏭 Open Source Manufacturing Execution System for JobShop type manufacturer.
Stars: ✭ 138 (-16.87%)
Mutual labels:  webcomponents
Vue Iclient
SuperMap iClient UI Components for Vue.js
Stars: ✭ 111 (-33.13%)
Mutual labels:  webcomponents
Carbon
Carbon by Sage | ReactJS UI Component Library
Stars: ✭ 161 (-3.01%)
Mutual labels:  webcomponents
The Grid
Grid layout custom element with drag and drop capabilities
Stars: ✭ 122 (-26.51%)
Mutual labels:  webcomponents
Myscript Text Web
✏️ ☁️ The easy way to integrate text handwriting recognition in your web app.
Stars: ✭ 152 (-8.43%)
Mutual labels:  webcomponents
Query Selector Shadow Dom
querySelector that can pierce Shadow DOM roots without knowing the path through nested shadow roots. Useful for automated testing of Web Components. Production use is not advised, this is for test environments/tools such as Web Driver, Playwright, Puppeteer
Stars: ✭ 115 (-30.72%)
Mutual labels:  webcomponents
Webdash
🔥 Orchestrate your web project with Webdash the customizable web dashboard
Stars: ✭ 1,528 (+820.48%)
Mutual labels:  webcomponents
App Datepicker
Datepicker element built with Google's lit-element and Material Design 2
Stars: ✭ 142 (-14.46%)
Mutual labels:  webcomponents
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-33.73%)
Mutual labels:  webcomponents
Origami
Angular + Polymer
Stars: ✭ 158 (-4.82%)
Mutual labels:  webcomponents
Haxcms
HAX with a lightweight CMS backend to manage your microsite universe
Stars: ✭ 111 (-33.13%)
Mutual labels:  webcomponents
Robojs
RoboJS is a library that aims to dynamically load JS modules depending on how the DOM is composed.
Stars: ✭ 133 (-19.88%)
Mutual labels:  webcomponents
Neovim Component
<neovim-editor> WebComponent to embed Neovim to your app with great ease
Stars: ✭ 164 (-1.2%)
Mutual labels:  webcomponents
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (-4.82%)
Mutual labels:  webcomponents
Magic Microservices
Write components in any way, use them everywhere.😘
Stars: ✭ 145 (-12.65%)
Mutual labels:  webcomponents

MIP

Build Status Coverage Status license

MIP 2

这个项目包含 mip 核心、mip-cli、mip-validator、mip-sandbox 代码,位于 packages 目录下

代码规范

  • 使用 ES6 和 ES Module 编写组件
  • 全部代码需要通过 eslint 审核才能提交,遵循社区 standard 规范
  • 不到万不得已,不许使用 eslint-disable
  • Vue 的 template 部分需要遵守 Vue 的编码规范

使用 eslint 代码规范检查工具,使用 JavaScript Standard Style [CN/EN] 代码规范。

# 检查所有文件
$ npm run lint

# or 检查单独文件
$ npx eslint filename.js

注意: 这里 eslint-config-standard 作为 eslint 的规范配置引入, 在 .eslintrc.json 的 extends 配置项中使用,不需要安装 standard 工具,编辑器也不需要安装 standard 插件,只需要安装 eslint 的代码检查插件即可。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].