Y2017W25
2017-06-24 12:00
Tutorials
Webpack 2: The Complete Developer’s Guide - Stephen Grider
Section 1 ~ Section 9
結果買了這個課程之後 Webpack@3 就出了😱
Books
- ECMAScript 6 入门 - 阮一峰
- 前言
- ECMAScript 6简介
- let 和 const 命令
- 变量的解构赋值
- 字符串的扩展
Tools
- surge
Static web publishing for Front-End Developers
Articles
- Git 切割方法:subtree
介紹了git subtree
指令。它可以對 repo 中的資料夾做操作,如:push 至其他 remote 或 branch。舉例來說,你想要把/dist
內的檔案到推送到gh-pages
這個分支去時,可以下這個指令1git subtree push --prefix dist origin gh-pages