基于webpack+mocha,利用单例测试来学习ES6的新特性
git clone https://github.com/hopperhuang/es6learning.git
cd es6learning
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
cnpm install webpack -g
cnpm install mocha -g
cnpm install babel-cli -gnpm test......