通过traceur.js来编写ES6
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过traceur.js来编写ES6相关的知识,希望对你有一定的参考价值。
通过traceur.js来编写ES6
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
<script scr= "../traceur.js"></script>
<script>
traceur.options.experimental = true;
</script>
</head>
<body>
</body>
<html>
以上是关于通过traceur.js来编写ES6的主要内容,如果未能解决你的问题,请参考以下文章
分发用 ES6 编写的 ReactJS 组件并在 ES5 源代码中使用它们