Cantitate/Preț
Produs

Getting to Know Vue.js: Learn to Build Single Page Applications in Vue from Scratch

Autor Brett Nelson
en Limba Engleză Paperback – 31 aug 2018
Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components, state management, and routers. 
With Getting to Know Vue.js, you'll see how to combine reusable code with custom components, allowing you to create snippets of reusable code to suit your specific business needs. You'll also explore how to use Single File Components and the Vue.js Command Line Interface (CLI) to build components in a single file and add in build tools as you see fit.
Getting started with a new Single Page Application (SPA) JavaScript framework can be an overwhelming task, but Vue.js makes this daunting task simple and easy to learn, allowing you to start implementing business needs with just a script reference to the library and the custom JavaScript required for your use case. Starting with a little reference and a handful of lines of custom JavaScript, you will have a complete Single Page Application before you know it.
What You'll Learn

  • Examine Vue.js templating syntax
  • Work with binding methods 
  • Manage the state of your app by comparing your options of building a data store 
  • Adapt the more robust options compatible with Vue.js
  • Review different router options, including creating your own router, using the Vue-router and using Page.js. 
Who This Book Is For
Software developers with an understanding of HTML, CSS and JavaScript; prior understanding of a Single Page Application framework would be useful but not essential.
Citește tot Restrânge

Preț: 27864 lei

Preț vechi: 34830 lei
-20% Nou

Puncte Express: 418

Preț estimativ în valută:
5334 5553$ 4391£

Carte disponibilă

Livrare economică 11-25 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484237809
ISBN-10: 1484237803
Pagini: 241
Ilustrații: XIII, 265 p. 122 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.54 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1. Why Vue.js?.- 2. The Basics.- 3. Conditional Rendering.- 4. Computer Properties and Watchers.- 5. Events.- 6. Bindings.- 7. State Management.- 8. Using Components.- 9. Reusable Code.- 10. Custom Functionality.- 11. Tooling.- 12. Using Routers.

Notă biografică

Brett Nelson is a software developer who has been working with Salesforce.com since early 2016.  Brett is a consultant with Just Some Apps, JustSomeApps.com. Prior to working in the Salesforce-land, Brett spent 4 years working with the .NET technology stack, focusing on web development with MVC, Angular, TypeScript, and Aurelia. Beyond the technology, Brett is passionate about continuous improvement through learning, sharing with others, and collaboration amongst the geek society. You can read more of Brett’s writing at WIPDeveloper.com and follow him on Twitter @BrettMN.

Textul de pe ultima copertă

Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build tools (transpile to ES5), creating custom components, state management, and routers.  With Getting to Know Vue.js, you'll see how to combine reusable code with custom components, allowing you to create snippets of reusable code to suit your specific business needs. You'll also explore how to use Single File Components and the Vue.js Command Line Interface (CLI) to build components in a single file and add in build tools as you see fit.
Getting started with a new Single Page Application (SPA) JavaScript framework can be an overwhelming task, but Vue.js makes this daunting task simple and easy to learn, allowing you to start implementing business needs with just a script reference to the library and the custom JavaScript required for your use case. Starting with a little reference and a handful of lines of custom JavaScript, you will have a complete Single Page Application before you know it.

Caracteristici

One-stop resource for everything you need to know to get started with Vue.js Each chapter is self-contained and can be read and understood without relying on other chapters Suitable for developers with no previous experience of Single Page Application frameworks