Cargando…

The majesty of Vue.js /

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 c...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Kyriakidis, Alex (Autor), Maniatis, Kostas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn965383372
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 161206s2016 enka o 000 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d STF  |d DEBBG  |d FEM  |d OCLCF  |d COO  |d EBLCP  |d MERUC  |d OCLCQ  |d VT2  |d UOK  |d CEF  |d KSU  |d NLE  |d UKMGB  |d WYU  |d OCLCQ  |d LVT  |d N$T  |d AGLDB  |d IGB  |d AUW  |d BTN  |d INTCL  |d MHW  |d SNK  |d UKAHL  |d NLW  |d OCLCQ  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018135864  |2 Uk 
019 |a 963606727  |a 967392325  |a 968005246  |a 969069397 
020 |a 9781787125209  |q (electronic bk.) 
020 |a 1787125203  |q (electronic bk.) 
020 |z 9781787124370 
020 |z 1787124371 
029 1 |a CHNEW  |b 000949239 
029 1 |a CHVBK  |b 483154148 
029 1 |a DEBBG  |b BV043970669 
029 1 |a DEBSZ  |b 48581143X 
029 1 |a GBVCP  |b 876250088 
029 1 |a UKMGB  |b 018135864 
035 |a (OCoLC)965383372  |z (OCoLC)963606727  |z (OCoLC)967392325  |z (OCoLC)968005246  |z (OCoLC)969069397 
037 |a CL0500000805  |b Safari Books Online 
050 4 |a QA76.73.J39 
072 7 |a COM  |x 060080  |2 bisacsh 
072 7 |a COM  |x 060160  |2 bisacsh 
072 7 |a COM  |x 051260  |2 bisacsh 
082 0 4 |a 005.2762  |2 23 
049 |a UAMI 
100 1 |a Kyriakidis, Alex,  |e author. 
245 1 4 |a The majesty of Vue.js /  |c Alex Kyriakidis, Kostas Maniatis. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Online resource; title from cover (Safari, viewed December 6, 2016). 
520 |a 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. 
505 0 |a 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 
505 8 |a 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 
505 8 |a 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 
505 8 |a 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] 
505 8 |a 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 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web site development. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Web  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
700 1 |a Maniatis, Kostas,  |e author. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1421552  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32042362 
938 |a EBSCOhost  |b EBSC  |n 1421552 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36979459 
994 |a 92  |b IZTAP