Vue.js 2.x by Example: Example-driven guide to build web apps with Vue.js for beginners
Mike Street
- 出版商: Packt Publishing
- 出版日期: 2017-12-27
- 售價: $1,730
- 貴賓價: 9.5 折 $1,644
- 語言: 英文
- 頁數: 412
- 裝訂: Paperback
- ISBN: 1788293460
- ISBN-13: 9781788293464
-
相關分類:
Vue.js
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,580$1,501Vue.js 2 Web Development Projects: Learn Vue.js by building 6 web apps
-
$1,580$1,501Vue.js 2 Cookbook
-
$1,440$1,368The Majesty of Vue.js (Paperback)
-
$1,580$1,501Vue.js 2 Design Patterns and Best Practices: Build enterprise-ready, modular Vue.js applications with Vuex and Nuxt
-
$594$564ES6標準入門(第3版)
-
$540$378前端設計範式三大天王之 Vue.js
-
$580$493新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》
-
$560$442Visual C# 2017 入門與應用
-
$654$621Angular權威教程
-
$1,750$1,663Building Web Applications with Visual Studio 2017: Using .NET Core and Modern JavaScript Frameworks
-
$534$507Learning TypeScript 中文版
-
$450$405Effective SQL 中文版 | 寫出良好 SQL 的 61個具體做法 (Effective SQL : 61 Specific Ways to Write Better SQL)
-
$450$405Effective C# 中文版 | 寫出良好 C# 程式的 50個具體做法, 3/e (Effective C# : 50 Specific Ways to Improve Your C#(Covers C# 6.0), 3/e)
-
$390$296寫程式前就該懂的演算法 ─ 資料分析與程式設計人員必學的邏輯思考術 (Grokking Algorithms: An illustrated guide for programmers and other curious people)
-
$420$399編寫可靠的JavaScript代碼:測試驅動開發JavaScript商業軟件
-
$1,496$1,421Essential Windows Phone 7.5: Application Development with Silverlight (Paperback)
-
$1,920$1,824Pro VB 2010 and the .NET 4.0 Platform (Paperback)
商品描述
Learn the fundamentals of vue.js by creating complex SPAs with Vuex, vue-router and more
Key Features
- We bridge the gap between "learning" and "doing" by providing real-world examples that will improve your web development skills with Vue.js
- Explore the exciting features of Vue.js 2 through practical and interesting examples
- Explore modern development tools and learn how to utilize them by building applications with Vue.js
Book Description
Vue.js is a frontend web framework which makes it easy to do just about anything, from displaying data up to creating full-blown web apps, and has become a leading tool for web developers. This book puts Vue.js into a real-world context, guiding you through example projects that helps you build Vue.js applications from scratch.
With this book, you will learn how to use Vue.js by creating three Single Page web applications. Throughout this book, we will cover the usage of Vue, for building web interfaces, Vuex, an official Vue plugin which makes caching and storing data easier, and Vue-router, a plugin for creating routes and URLs for your application.
Starting with a JSON dataset, the first part of the book covers Vue objects and how to utilize each one. This will be covered by exploring different ways of displaying data from a JSON dataset. We will then move on to manipulating the data with filters and search and creating dynamic values.
Next, you will see how easy it is to integrate remote data into an application by learning how to use the Dropbox API to display your Dropbox contents in an application
In the final section, you will see how to build a product catalog and dynamic shopping cart using the Vue-router, giving you the building blocks