# mfo-require **Repository Path**: ereddate2017/mfo-require ## Basic Information - **Project Name**: mfo-require - **Description**: mfo-require,前端模块加载 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-17 - **Last Updated**: 2023-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: mfo, require ## README # mfo-require #### 介绍 mfo-require,前端模块加载 #### 全量demo 查看,[[index.html](https://gitee.com/ereddate2017/mfo-require/blob/master/public/index.html)] #### 发行说明 Latest version: [![npm version](https://img.shields.io/npm/v/mfo-require/latest.svg)](https://www.npmjs.com/package/mfo-require) [![](https://data.jsdelivr.com/v1/package/npm/mfo-require/badge)](https://www.jsdelivr.com/package/npm/mfo-require) #### 使用 ##### 兼容控制 如果你得使用的浏览器不支持 promise (比如 IE),就在 head 中引入: ``` ``` 或 ``` npm install es6-promise --save import 'es6-promise/auto' ```