null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Vue.js: Up and Running (Building Accessible and Performant Web Apps)

List Price: $39.99
SKU:
9781491997246
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Callum Macrae
    Format:
    Paperback
    Pages:
    171
    Publisher:
    O'Reilly Media (April 17, 2018)
    Language:
    English
    ISBN-13:
    9781491997246
    ISBN-10:
    1491997249
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $39.99
    As low as:
    $34.39
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    22
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    9.6oz
    Imprint:
    O'Reilly Media
  • Overview

    Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you’ll quickly move from basics to custom components and advanced features—including JSX, the JavaScript syntax extension.

    Author Callum Macrae shows you how to use the most useful libraries in the Vue ecosystem, such as vue-router for routing, vuex for state management, and vue-test-utils for testing. If you’re a frontend developer familiar with JavaScript, HTML, and CSS, this book will show you how to develop a fully featured web application using Vue.

    • Learn Vue.js basics, including its use of templates to display data on a page
    • Set up Vue projects from scratch, or use vue-cli to set up from a template
    • Create a maintainable codebase by splitting code into self-contained components
    • Discover how Vue.js works with CSS to style your websites and applications
    • Use render functions and JSX, rather than templates, to determine what Vue displays
    • Control how code is executed and displayed with vue-router
    • Manage state in one centralized place with the Vuex library
    • Write unit tests to ensure your Vue components don’t break in the future