Amazon cover image
Image from Amazon.com

The majesty of Vue.js / Alex Kyriakidis, Kostas Maniatis.

By: Contributor(s): Material type: TextTextPublisher: Birmingham, UK : Packt Publishing, 2016Description: 1 online resource (1 volume) : illustrationsContent type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 9781787125209
  • 1787125203
Subject(s): Genre/Form: DDC classification:
  • 005.2762 23
LOC classification:
  • QA76.73.J39
Online resources:
Contents:
Cover; Credits; About the Authors; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Install Vue.js; Standalone version; Downloading from vuejs.org; Include from CDN; Downloading using NPM; Downloading using Bower; Chapter 2: Getting Started; Hello Vue; Two-way binding; Comparison with jQuery; Homework; Chapter 3: A Flavor of Directives; v-show; v-if; Template v-if; v-else; v-if versus v-show; Homework; Chapter 4: List Rendering; Installing and using Bootstrap; v-for; Range v-for; Array rendering; Looping through an array; Looping through an array of objects; Object v-for
Filtered resultsOrdered results; Custom filter; Homework; Chapter 5: Interactivity; Event handling; Handling events inline; Handling events using methods; Shorthand for v-on; Event modifiers; Key modifiers; Computed properties; Using computed properties to filter an array; Homework; Chapter 6: Components; What are Components?; Using Components; Templates; Properties; Reusability; Altogether now; Homework; Chapter 7: Class and Style Bindings; Class binding; Object syntax; Array syntax; Style binding; The object syntax; The array syntax; Bindings in action; Homework
Chapter 8: Consuming an API -- PrefaceCRUD; API; Download book's code; API endpoints; Chapter 9: Working with Real Data; Geting data asynchronously; Refactoring; Updating data; Deleting data; Chapter 10: Integrating vue-resource; Overview; Migrating; Enhancing functionality; Editing stories; Creating new stories; Storing and updating unit; JavaScript file; Source code; Homework; Preface; API endpoints; Your code; Chapter 11: Pagination; Implementation; Pagination links; Homework; Chapter 12: ECMAScript 6; ES6 features; Compatibility; Variable declarations; let declarations
Constant declarationsArrow functions; Modules; Classes; Default parameter values; Chapter 13: Advanced Workflow; Compiling ES6 with Babel; Installation; Configuration; Build alias; Usage; Homework; Workflow automation with Gulp; Task runners; Installation; Usage; Watch; Homework; Module bundling with Webpack; Module bundlers; Webpack; Installation; Usage; Automation; Summary; Chapter 14: Mastering Single File Components; vue-cli; Vue's templates; Installation; Usage; Webpack template; Project structure; index.html; Hello.vue; App.vue; main.js; Forming .vue files; [Nested components]
Nested componentsChapter 15: Swapping Components; Dynamic components; The is component; Navigation; Chapter 16: Vue Router; Installation; Usage; Nested routes; Route matching; Named routes; Route object; Dynamic segments; Route alias; Route go; Filtering transitions; Homework; Chapter 17: Further Learning; Tutorials; Videos; Books; Open source projects; Chapter 18: Closing Thoughts; Index
Summary: Create fast front-end applications and increase the performance of your existing projects with Vue.js integrationAbout This Book Learn about computed properties, components, filters, routing, ES6, and workflow automation This book will show you how easy Vue.js is to grasp, and that its integration can save you a lot of time and effort This book will guide you through the path of the rapidly spreading JavaScript Framework Vue.jsWho This Book Is For This book is for anyone interested in learning to use a lightweight and simple JavaScript framework. No excessive knowledge is required, though it would be good to be familiar with HTML and JavaScript. This book is also useful for those who already know their way around Vue.js and want to expand their knowledge. What You Will Learn Get to know the fundamentals of Vue.js Consume an API using Vue Resource Explore components, filters, methods, and computed properties are and find out how to use them to build robust applications Break your applications into Single File Components Build Single Page Applications using Vue Router Automate your workflow using Vue.jsIn Detail Vue.js is a library to build interactive web interfaces. The aim is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible. This book will teach you how to efficiently implement Vue.js in your projects. It starts with the fundamentals of Vue.js to building large-scale applications. You will find out what components, filters, methods, and computed properties are and how to use them to build robust applications. Further on, you will become familiar with ES6, single file components, module bundlers, and workflow automation. The best way to learn to code is to write it, so there's an exercise at the end of most of the chapters for you to solve and actually test yourself on what you have learned. You can solve these in order to gain a better understanding of Vue.js. By the end of this book, you will be able to create fast front-end applications and increase the performance of your existing projects with Vue.js integration. Style and approach The book is written in an informal, intuitive, and easy-to-follow format, and all examples are detailed enough to provide adequate guidance to everyone.
Item type:
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Home library Collection Call number Materials specified Status Date due Barcode
Electronic-Books Electronic-Books OPJGU Sonepat- Campus E-Books EBSCO Available

Online resource; title from cover (Safari, viewed December 6, 2016).

Create fast front-end applications and increase the performance of your existing projects with Vue.js integrationAbout This Book Learn about computed properties, components, filters, routing, ES6, and workflow automation This book will show you how easy Vue.js is to grasp, and that its integration can save you a lot of time and effort This book will guide you through the path of the rapidly spreading JavaScript Framework Vue.jsWho This Book Is For This book is for anyone interested in learning to use a lightweight and simple JavaScript framework. No excessive knowledge is required, though it would be good to be familiar with HTML and JavaScript. This book is also useful for those who already know their way around Vue.js and want to expand their knowledge. What You Will Learn Get to know the fundamentals of Vue.js Consume an API using Vue Resource Explore components, filters, methods, and computed properties are and find out how to use them to build robust applications Break your applications into Single File Components Build Single Page Applications using Vue Router Automate your workflow using Vue.jsIn Detail Vue.js is a library to build interactive web interfaces. The aim is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible. This book will teach you how to efficiently implement Vue.js in your projects. It starts with the fundamentals of Vue.js to building large-scale applications. You will find out what components, filters, methods, and computed properties are and how to use them to build robust applications. Further on, you will become familiar with ES6, single file components, module bundlers, and workflow automation. The best way to learn to code is to write it, so there's an exercise at the end of most of the chapters for you to solve and actually test yourself on what you have learned. You can solve these in order to gain a better understanding of Vue.js. By the end of this book, you will be able to create fast front-end applications and increase the performance of your existing projects with Vue.js integration. Style and approach The book is written in an informal, intuitive, and easy-to-follow format, and all examples are detailed enough to provide adequate guidance to everyone.

Cover; Credits; About the Authors; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Install Vue.js; Standalone version; Downloading from vuejs.org; Include from CDN; Downloading using NPM; Downloading using Bower; Chapter 2: Getting Started; Hello Vue; Two-way binding; Comparison with jQuery; Homework; Chapter 3: A Flavor of Directives; v-show; v-if; Template v-if; v-else; v-if versus v-show; Homework; Chapter 4: List Rendering; Installing and using Bootstrap; v-for; Range v-for; Array rendering; Looping through an array; Looping through an array of objects; Object v-for

Filtered resultsOrdered results; Custom filter; Homework; Chapter 5: Interactivity; Event handling; Handling events inline; Handling events using methods; Shorthand for v-on; Event modifiers; Key modifiers; Computed properties; Using computed properties to filter an array; Homework; Chapter 6: Components; What are Components?; Using Components; Templates; Properties; Reusability; Altogether now; Homework; Chapter 7: Class and Style Bindings; Class binding; Object syntax; Array syntax; Style binding; The object syntax; The array syntax; Bindings in action; Homework

Chapter 8: Consuming an API -- PrefaceCRUD; API; Download book's code; API endpoints; Chapter 9: Working with Real Data; Geting data asynchronously; Refactoring; Updating data; Deleting data; Chapter 10: Integrating vue-resource; Overview; Migrating; Enhancing functionality; Editing stories; Creating new stories; Storing and updating unit; JavaScript file; Source code; Homework; Preface; API endpoints; Your code; Chapter 11: Pagination; Implementation; Pagination links; Homework; Chapter 12: ECMAScript 6; ES6 features; Compatibility; Variable declarations; let declarations

Constant declarationsArrow functions; Modules; Classes; Default parameter values; Chapter 13: Advanced Workflow; Compiling ES6 with Babel; Installation; Configuration; Build alias; Usage; Homework; Workflow automation with Gulp; Task runners; Installation; Usage; Watch; Homework; Module bundling with Webpack; Module bundlers; Webpack; Installation; Usage; Automation; Summary; Chapter 14: Mastering Single File Components; vue-cli; Vue's templates; Installation; Usage; Webpack template; Project structure; index.html; Hello.vue; App.vue; main.js; Forming .vue files; [Nested components]

Nested componentsChapter 15: Swapping Components; Dynamic components; The is component; Navigation; Chapter 16: Vue Router; Installation; Usage; Nested routes; Route matching; Named routes; Route object; Dynamic segments; Route alias; Route go; Filtering transitions; Homework; Chapter 17: Further Learning; Tutorials; Videos; Books; Open source projects; Chapter 18: Closing Thoughts; Index

eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide

There are no comments on this title.

to post a comment.

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library