Web Development with Jade
暫譯: 使用 Jade 的網頁開發
Sean Lang
- 出版商: Packt Publishing
- 出版日期: 2013-12-27
- 售價: $1,260
- 貴賓價: 9.5 折 $1,197
- 語言: 英文
- 頁數: 67
- 裝訂: Paperback
- ISBN: 1783286350
- ISBN-13: 9781783286355
海外代購書籍(需單獨結帳)
相關主題
商品描述
Knowing Jade makes life simpler and more productive for web developers, and this book will teach you the language concisely and thoroughly using lots of practical examples and best practices for a solid grounding.
Overview
- Make your templates clean, beautiful, and reusable
- Use Jade best practices right from the start
- Successfully automate redundant markup
In Detail
Jade is a template engine for node.js and the default rendering engine for the Express web framework. It is a new, simplified language that compiles into HTML and is extremely useful for web developers. Jade is designed primarily for server-side templating in node.js, but it can also be used in a variety of other environments to produce XML-like documents such as HTML and RSS.
This practical, example-oriented guide will teach you how to write Jade, utilize its features, and recognize the best ways to organize templates in your projects. With this book, you will avoid the common pitfalls and issues with sparse documentation, allowing you to learn Jade faster and use it more effectively.
To understand Jade, we will first examine the reasons for its design and how these translate into a tool that can provide real benefits to you. You will develop confidence with each of the features of the language with the help of practical examples and thorough explanations. We will cover preprocessors, basic syntax, feeding data into templates, and incorporating logic. By the end of this book, you will be able to effectively use essential features such as filters and mixins as well as template inheritance through a block system. To tie it all together, we will also look at some of the best practices to follow when organizing your Jade projects.
Use this comprehensive guide to the Jade language to help you become a more efficient web developer.
What you will learn from this book
- Write cleaner, indentation-based markup
- Use logical statements to format data for display on the Web
- Avoid repetition by eliminating redundant operations
- Divide your templates into logical sections with blocks
- Avoid common organizational pitfalls when designing Jade-based projects
- Apply shorthand for brevity
- Utilize Jade for client-side templates
- Employ techniques like filters to quickly mock-up web pages in higher level languages like stylus or coffeescript
Approach
This is a step-by step, tutorial-based book which will enable web developers to explore the functionalities of Jade and learn how to use it to write certain functions and processes for web development.
Who this book is written for
This book is for web developers with at least a basic understanding of HTML and JavaScript. It will enable you to write an easier form of language that then compiles into HTML.
商品描述(中文翻譯)
知道 Jade 使網頁開發者的生活更簡單且更具生產力,而這本書將透過大量實用範例和最佳實踐,簡明而徹底地教會你這門語言,為你打下堅實的基礎。
**概述**
- 使你的模板乾淨、美觀且可重用
- 從一開始就使用 Jade 的最佳實踐
- 成功自動化冗餘的標記
**詳細內容**
Jade 是一個針對 node.js 的模板引擎,也是 Express 網頁框架的預設渲染引擎。它是一種新的、簡化的語言,編譯成 HTML,對網頁開發者非常有用。Jade 主要設計用於 node.js 的伺服器端模板,但也可以在各種其他環境中使用,以生成類似 XML 的文件,如 HTML 和 RSS。
這本實用的、以範例為導向的指南將教你如何編寫 Jade,利用其功能,並認識在你的專案中組織模板的最佳方式。通過這本書,你將避免常見的陷阱和文檔稀疏所帶來的問題,讓你能更快地學習 Jade,並更有效地使用它。
為了理解 Jade,我們將首先檢視其設計原因,以及這些原因如何轉化為能為你提供實際好處的工具。在實用範例和詳細解釋的幫助下,你將對語言的每個特性建立信心。我們將涵蓋預處理器、基本語法、將數據傳遞到模板中以及邏輯的整合。到本書結束時,你將能有效使用如過濾器和混合(mixins)等基本功能,以及通過區塊系統進行模板繼承。為了將所有內容串聯起來,我們還將探討在組織你的 Jade 專案時應遵循的一些最佳實踐。
使用這本全面的 Jade 語言指南,幫助你成為更高效的網頁開發者。
**你將從這本書中學到什麼**
- 編寫更乾淨、基於縮排的標記
- 使用邏輯語句格式化數據以在網路上顯示
- 通過消除冗餘操作來避免重複
- 使用區塊將模板劃分為邏輯部分
- 在設計基於 Jade 的專案時避免常見的組織陷阱
- 應用簡寫以提高簡潔性
- 利用 Jade 進行客戶端模板的編寫
- 使用過濾器等技術快速模擬在更高級語言(如 stylus 或 coffeescript)中的網頁
**方法**
這是一本逐步的、基於教程的書籍,將使網頁開發者能夠探索 Jade 的功能,並學習如何使用它來編寫某些功能和流程以進行網頁開發。
**本書的讀者**
這本書適合對 HTML 和 JavaScript 至少有基本了解的網頁開發者。它將使你能夠編寫一種更簡單的語言,然後編譯成 HTML。