소스 검색

Docsify Auto Published

Willin Wang 7 년 전
부모
커밋
db1277c3e8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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