Browse Source

Docsify Auto Published

Willin Wang 7 years ago
parent
commit
db1277c3e8
1 changed files with 2 additions and 0 deletions
  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