搭建ES6开发环境

时间:2024-09-30 11:35:38

https://github.com/IOJINDD/ES6-dev

在gulpfile最后一行加上:

gulp.task('default', ['compile-es6', 'pack-js', 'watch', 'server']);

相关文章