Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.38 KB

ES6 ON WEB

玩遍 ECMAScript 2015

使用方法

git clone https://github.com/VisualCrew/es6-on-web.git
cd es6-on-web
npm install
npm start

之后,打开浏览器(Chrome),访问:http://localhost:8080/ 查看控制台即可;

如果只需要测试某个模块的用法,可以打开文件,注释掉其他模块的导入即可;

目录

日志

  • 2016.07.10
    • 基础扩展

感谢

@ruanyf 及其精彩、细致的教程:ECMAScript 6入门