随笔分类 -  ECMAScript 6

摘要:1 Index.html -->2 cal.js/** * Created by Jackey Li on 2015/7/26. */import {Hello} from './profile.js';class Calc { constructor(){ thi... 阅读全文
posted @ 2015-07-28 22:03 菠萝君 阅读(419) 评论(0) 推荐(0)
摘要:1 基于现在的浏览器还不是对ECMAScript6的支持,现在的做法都是把EC6 compile 成EC5再执行,所以怎么搞呢?`1.1 基于NPM的babel 下载babel。 进入项目去执行转换 $ babel script.js --out-file script-c... 阅读全文
posted @ 2015-04-20 23:42 菠萝君 阅读(4724) 评论(0) 推荐(0)