• Complain

Ralph Steyer - Building web applications with Vue.js: MVVM patterns for conventional and single-page websites

Here you can read online Ralph Steyer - Building web applications with Vue.js: MVVM patterns for conventional and single-page websites full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, publisher: Springer, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ralph Steyer Building web applications with Vue.js: MVVM patterns for conventional and single-page websites
  • Book:
    Building web applications with Vue.js: MVVM patterns for conventional and single-page websites
  • Author:
  • Publisher:
    Springer
  • Genre:
  • Year:
    2022
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Building web applications with Vue.js: MVVM patterns for conventional and single-page websites: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building web applications with Vue.js: MVVM patterns for conventional and single-page websites" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Get started with Vue.js quickly and easily with this book

This book provides a compact and practical introduction to the popular Vue.js. Use the MVVC concept for applications on the web on the basis of MVC design patterns and create single-page web applications easily. You will use one of the powerful frameworks based only on elementary WWW standard technologies. With Vue.js you will understand and apply data binding, components, directives and modularity.

With this book, you will not only learn the most important basics of Vue.js. You will also learn how to create and maintain web applications with this JavaScript web framework. The focus of this comprehensive work is on the following aspects:

- HTML/CSS/JavaScript and the Web: The Vue.js environment

- Basis of JavaScript (above all JSON)

- Working with the Vue instance

- templates

- Double Curly Syntax and Data Binding

With its strong application focus, this book on Vue.js is an ideal companion for self-study or relevant courses. In terms of content, it is aimed at:

(a) creators of websites

(b) programmers

c) Web designer

Dive even deeper into the matter

Ralph Steyer shows which prerequisites you should have to work with this book. Then you will learn more about the framework and the special features of Vue.js. In the further course, the author covers these partial aspects, among others:

- First examples - just test Vue.js once

- How and why does Vue.js work?

- Conditional Rendering: The v-if directive - making decisions

- Dynamic layouts with data binding - making stylesheets dynamic

- Forms and form data binding - interaction with the user

- Transitions and animations - Moving things

If you want to learn even more about the application, this book gives you an outlook on further possible uses and functions of Vue.js in the final chapter. To make it easier for you to get started, you will find program codes and illustrations in each chapter that illustrate complex processes.

Ralph Steyer: author's other books


Who wrote Building web applications with Vue.js: MVVM patterns for conventional and single-page websites? Find out the surname, the name of the author of the book and a list of all author's works by series.

Building web applications with Vue.js: MVVM patterns for conventional and single-page websites — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building web applications with Vue.js: MVVM patterns for conventional and single-page websites" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Book cover of Building web applications with Vuejs Ralph Steyer Building - photo 1
Book cover of Building web applications with Vue.js
Ralph Steyer
Building web applications with Vue.js
MVVM patterns for conventional and single-page websites
The Springer logo Ralph Steyer Bodenheim Germany ISBN 978-3-658-37595-9 - photo 2

The Springer logo.

Ralph Steyer
Bodenheim, Germany
ISBN 978-3-658-37595-9 e-ISBN 978-3-658-37596-6
https://doi.org/10.1007/978-3-658-37596-6
The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Fachmedien Wiesbaden GmbH, part of Springer Nature 2022
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, expressed or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This Springer imprint is published by the registered company Springer Fachmedien Wiesbaden GmbH, part of Springer Nature.

The registered company address is: Abraham-Lincoln-Str. 46, 65189 Wiesbaden, Germany

Preface

Of course, the Internet is still on everyones lips. Digitization in general is one of the most used buzzwords especially by politicians, media people, and decision makers. But the times of static websites are largely over. While it was common a few years ago that at least simple websites of private persons or smaller associations still used pure HTML code (Hypertext Markup Language), such antiquated websites can be found less and less nowadays. Usually at least content management systems (CMS) like WordPress, Joomla!, Typo, or Drupal are used or such websites are at least spiced up with stylesheets and/or JavaScript.

But if you are not satisfied with these 08/15 solutions of the common CMS or if they do not (cannot) meet the required requirements, the only option is the real programming of websites or even Web applications. On the one hand, this path usually begins with programming on the Web server side, including downstream database systems, but on the other hand, modern websites or Web applications must also be programmed in the client (the browser).

And in the browser, only JavaScript has been available for years as a universally available technology for programming. Together with HTML and CSS (Cascading Style Sheets), JavaScript forms the triad of modern websites and especially of client-side Web programming.

Now JavaScript has been around for a very long time on the Web, but for most years it was completely underestimated and dismissed as a primitive beginners language. Only in the last few years have we realized what a treasure JavaScript is for efficient and powerful programming and that this language is anything but a beginners language even if you can learn it quickly as a beginner. Quite the contrary. But you have to be able to use it professionally, because in contrast to all-round carefree programming worlds from the .NET and Java environment, which have softened programmers over the years by hardly allowing them to make mistakes, you cant expect such protective mechanisms in JavaScript. Efficient and secure programming with JavaScript requires skills from the programmer instead of transferring them to IDEs (Integrated Development Environment) and runtime environments. But this also makes JavaScript much leaner and more efficient than its now hopelessly overloaded competitors. Professional, efficient, and secure programming with JavaScript therefore requires immense programming experience. Already in the client, but even more so on the server side, where JavaScript has meanwhile also begun its triumphant march. JavaScript is like a scalpel. In the hands of an experienced surgeon, you can perform miracles with it. In the hands of a layman or someone not working carefully, it can do immense damage. Where JavaScript manages the balancing act of still being easy to use by beginners for simple tasks. In my JavaScript trainings, I hear again and again that many participants have already used JavaScript. Mostly they copied existing scripts and adapted them if necessary or wrote very simple scripts themselves and built them into HTML pages. And that usually works, although almost always the addition of the participants was that they did not really know why it works.

The many frameworks that have established themselves in the Web environment in recent years use some fundamentally different approaches. But most frameworks often try to extend JavaScript by things that are not possible with the core version. This makes it easier to work with JavaScript and also provides possibilities that are not or not easily available with pure JavaScript.

The various frameworks take very different approaches to ultimately end up with the same result in the code that reaches the user, namely a conglomerate of HTML, CSS, and JavaScript. Of course, always connected with resources such as images, videos, audios, and the like.

Now, Vue.js is an increasingly popular framework on the Web that takes a very specific approach. It is a reactive, client-side JavaScript Web framework that is essentially used to create so-called single-screen Web applications or single-page Web applications (only one Web page in the browser that updates parts as needed and does not reload a new Web page) according to a Model-View-Controller pattern (MVC). Strictly speaking, a Model-View-Controller pattern (MVVC) is used. But you can definitely create Web applications and Web pages with it.

Vue.js is both easy to learn and very extensible and customizable. To be able to learn Vue.js successfully, a good knowledge of HTML and JavaScript is sufficient, as well as CSS if possible, which I would also like to assume in the book. The developers of Vue.js call the framework progressive. This essentially means that it can be used as much for small improvements to individual details of the website as for larger projects. It also supports the creation of reusable components. Another advantage of Vue.js is that it does not require a complex installation and can even be used entirely without installation from the cloud (from a CDN content delivery network) if required.

So, follow me into the fascinating world of Vue.js!

Ralph Steyer
Bodenheim, Deutschland
Spring/Summer 2019
Contents
List of Figures
List of Tables
Table A.1 Sources on the Internet around the book and Vue.js
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Building web applications with Vue.js: MVVM patterns for conventional and single-page websites»

Look at similar books to Building web applications with Vue.js: MVVM patterns for conventional and single-page websites. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Building web applications with Vue.js: MVVM patterns for conventional and single-page websites»

Discussion, reviews of the book Building web applications with Vue.js: MVVM patterns for conventional and single-page websites and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.