Getting Started with Grunt: The JavaScript Task Runner (Paperback)
暫譯: Grunt 入門:JavaScript 任務執行器 (平裝本)
Jaime Pillora
- 出版商: Packt Publishing
- 出版日期: 2013-12-28
- 售價: $1,470
- 貴賓價: 9.5 折 $1,397
- 語言: 英文
- 頁數: 132
- 裝訂: Paperback
- ISBN: 1783980621
- ISBN-13: 9781783980628
-
相關分類:
JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
C++ Primer, 4/e (中文版)$990$891 -
精通 Python 3 程式設計, 2/e (Programming in Python 3: A Complete Introduction to the Python Language, 2/e)$680$537 -
細談資料結構, 6/e$450$405 -
MongoDB 技術手冊 (MongoDB: The Definitive Guide)$450$356 -
JavaScript & jQuery: The Missing Manual 國際中文版, 2/e
$580$458 -
Hadoop 技術手冊, 3/e (Hadoop: The Definitive Guide, 3/e)$880$695 -
搞懂 NoSQL 的 15 堂課 (NoSQL Distilled 中文版) (NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence)$360$284 -
HTML5 + CSS3 智慧型手機專用網站設計$450$356 -
ASP.NET MVC 4 全方位專業網站開發實戰演練 (ASP.NET MVC 4 in Action, 3/e)$580$452 -
ASP.NET MVC 4.0 實務專題範例教學$540$459 -
眼球運動視力鍛鍊-只要每天 5 分鐘,不可思議的眼肌鍛鍊法$349$297 -
$990CentOS 6 Linux Server Cookbook (Paperback) -
無瑕的程式碼-敏捷軟體開發技巧守則 + 番外篇-專業程式設計師的生存之道 (雙書合購)$940$700 -
透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers)$480$379 -
Android BSP 與系統移植開發$580$458 -
Python 錦囊妙計, 3/e (Python Cookbook, 3/e)$880$695 -
Mastering Grunt (Paperback)$1,000$950 -
深入淺出 Node.js$560$437 -
ASP.NET MVC 5 網站開發美學$780$616 -
Android 程式設計入門、應用到精通 -第二版 (適用 Android L, 1.X~4.X, Android Wear 穿戴式裝置)$560$442 -
程式設計人應該知道的 97 件事 | 來自專家的集體智慧 (97 Things Every Programmer Should Know: Collective Wisdom from the Experts)$400$316 -
Continuous Delivery 中文版:利用自動化的建置、測試與部署完美創造出可信賴的軟體發佈 (Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation)$650$507 -
網站滲透測試實務入門$380$300 -
松本行弘談程式世界的未來$450$383 -
Linux 就是這麼一回事!一定看得懂的 Linux 學習書$680$537
相關主題
商品描述
If you know JavaScript you ought to know Grunt - the Task Runner for managing sophisticated web applications. From a basic understanding to constructing your own advanced Grunt tasks, this tutorial has it all covered.
Overview
- Gain insight on the core concepts of Grunt, Node.js and npm to get started with Grunt.
- Learn how to install, configure, run, and customize Grunt
- Example-driven and filled with tips to help you create custom Grunt tasks
In Detail
In recent times, modern web browsers have become the application platform of choice. Grunt, along with its wide range of plugins, provides a simple way of managing the large number of build tasks required to maintain a sophisticated web application.
Getting Started with Grunt: The JavaScript Task Runner provides you with all the information you need to become an effective Grunt power-user. You will quickly learn how to install, configure, and run Grunt. You will go on to understand how to use third-party Grunt and then create your own Grunt tasks that cater to your particular needs.
This book first demonstrates various Grunt use cases before running through the steps of installing, configuring, running, and customizing Grunt. You will learn how to install Node.js, the Node.js package manager (npm), and Grunt. Then, you will understand how to set up and configure a personalized Grunt environment. Next, you will look at the various methods of running and customizing Grunt to utilize its flexibility. Finally, to emphasise what has been learnt, you will see a complete example build of a web application.
Getting Started with Grunt: The JavaScript Task Runner will enable you to create your very own Grunt environments from scratch and fully utilize Grunt's large feature set to effectively solve your custom requirements.
What you will learn from this book
- Learn about Grunt and its advantages
- Understand Node.js and how it relates to Grunt
- Take an in-depth look at npm, Node.js modules, and the working of Grunt plugins
- Get familiar with installing Grunt and setting up your first Grunt build environment
- Gain insight on the methods of configuring Grunt and when each method should be used
- Effectively execute Grunt through the use of task arguments, task aliasing, multi-task targets, and more
- Construct your own Grunt tasks, multi-tasks, and asynchronous tasks
Approach
A step-by-step, practical tutorial to help you transform into a Grunt power-user.
Who this book is written for
This book is for JavaScript developers who want to get to grips with GruntJS and use it to build and test their JavaScript applications. The only requirement for this book is a basic understanding of objects and functions in JavaScript.
商品描述(中文翻譯)
如果你了解 JavaScript,那麼你應該知道 Grunt - 一個用於管理複雜網頁應用程式的任務執行器。從基本概念到構建你自己的高級 Grunt 任務,本教程涵蓋了所有內容。
**概述**
- 獲得 Grunt、Node.js 和 npm 的核心概念,以便開始使用 Grunt。
- 學習如何安裝、配置、運行和自定義 Grunt。
- 以範例為驅動,並提供提示幫助你創建自定義 Grunt 任務。
**詳細內容**
近年來,現代網頁瀏覽器已成為首選的應用程式平台。Grunt 及其廣泛的插件提供了一種簡單的方法來管理維護複雜網頁應用程式所需的大量構建任務。
《Getting Started with Grunt: The JavaScript Task Runner》為你提供了成為有效 Grunt 高級用戶所需的所有資訊。你將快速學會如何安裝、配置和運行 Grunt。接著,你將了解如何使用第三方 Grunt,然後創建滿足你特定需求的 Grunt 任務。
本書首先展示各種 Grunt 的使用案例,然後介紹安裝、配置、運行和自定義 Grunt 的步驟。你將學習如何安裝 Node.js、Node.js 套件管理器 (npm) 和 Grunt。然後,你將了解如何設置和配置個性化的 Grunt 環境。接下來,你將查看運行和自定義 Grunt 的各種方法,以利用其靈活性。最後,為了強調所學的內容,你將看到一個完整的網頁應用程式構建範例。
《Getting Started with Grunt: The JavaScript Task Runner》將使你能夠從零開始創建自己的 Grunt 環境,並充分利用 Grunt 的豐富功能集來有效解決你的自定義需求。
**你將從本書中學到什麼**
- 了解 Grunt 及其優勢
- 理解 Node.js 及其與 Grunt 的關係
- 深入了解 npm、Node.js 模組和 Grunt 插件的工作原理
- 熟悉安裝 Grunt 和設置你的第一個 Grunt 構建環境
- 獲得配置 Grunt 的方法及每種方法應用時機的見解
- 通過使用任務參數、任務別名、多任務目標等有效執行 Grunt
- 構建你自己的 Grunt 任務、多任務和非同步任務
**方法**
逐步的實用教程,幫助你轉變為 Grunt 高級用戶。
**本書的讀者**
本書適合希望掌握 GruntJS 並使用它來構建和測試其 JavaScript 應用程式的 JavaScript 開發人員。本書的唯一要求是對 JavaScript 中的物件和函數有基本的理解。
