A fascinating technique that can greatly reduce your code

2019-04-08
阅读 3 分钟
1.2k
It's a common way in most web developers that write JavaScript with ES6+ and then bundle it to ES5, so that it can run in all browsers. However, the modern browsers support ES6 natively so it's unnecessary to shipping a lot of polyfills.

全局脚手架了解一下【fle-cli】

2018-04-28
阅读 2 分钟
1.5k
它是真正意义上的全局脚手架,区别于市面上其他的全局脚手架,它不会在项目工程中生成各种编译配置文件,也不会给你安装一系列编译的依赖包,这意味着你的项目工程可以非常干净纯粹。