Kaynağa Gözat

Docsify Auto Published

Willin Wang 7 yıl önce
ebeveyn
işleme
db1277c3e8
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      basic/js/es.md

+ 2 - 0
basic/js/es.md

@@ -21,6 +21,8 @@ result |> console.log;
 //=> "Hello, hello!"
 ```
 
+项目模板: <https://github.com/willin/esnext-pipeline-biolerplate>
+
 ## Async (ES 7)
 
 ```js