Node.js new version Book, the Best Practice Node.js 實戰手冊,中文完整 Node.js 開發手冊,從基礎教學到 Framework 教學,讓學習者可以快速上手。
開發此書籍務必遵循 (Node.js 語法規則)[!] 。
希望貢獻文章者,請先將資料丟至 Draft 資料夾底下,發送 pull request 之後,我們將會整併收錄於 Node.js 實戰手冊中。並且將您列為 Node.js 實戰手冊作者列表之一。
本書採用 Pandoc 編譯,可以透過 Pandoc 進行資料編譯,當然你也可以選擇直接透過 (輸出檔案)[!] 直接進行下載。
$ git clone [email protected]:nodejs-tw/new-website.git
$ cd new-website
$ npm i
{
"generator": {
"[名稱]": {
"template": "[Template 檔案(Jade)]",
"source": "[Markdown 檔案來源]",
"destination": "[輸出目錄]"
}
}
}
$ node ./tools/generator/index.js [名稱1] [名稱2]
or
$ npm run gen