# babel-runtime **Repository Path**: mirrors_ecomfe/babel-runtime ## Basic Information - **Project Name**: babel-runtime - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [babel-runtime](http://gitlab.baidu.com/babel/babel-runtime) — 面向浏览器的babel-runtime实现 不包括语言本身,只包括运行时 ## Environments babel-runtime支持IE6+,Firefox 14+,Chrome 22+,Opera 14+ 以及大部分手机浏览器,支持RequireJS, 建议使用[esl](https://github.com/ecomfe/esl)加载。 ## Usage 通过 edp 引入模块: ``` bash edp import babel-runtime ``` 简单使用示例: babel-runtime配合babel6一起使用