Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Recommended books for vue .js learners!


May 29, 2021 Article blog


Table of contents


For recommendations for programming language books, the w3cschool compilation has organized a lot for everyone. So today's article, small editor for you to organize suitable Vue .js learners to read the book recommendations!

"In-depth shallow Vue .js"

This book analyzes Vue's .js at the source level. F irst, the Vue .js is briefly introduced, then the internal core technology "change detection", which leads you from 0 to 1 to implement a simple "change detection" system, then the virtual DOM technology, which includes the principles of virtual DOM and its patching algorithm, followed by a detailed discussion of template compilation techniques, including the implementation of template parsers, optimizer principles, and code generator principles Finally, it details its overall architecture and the internal principles of the various APIs available to us, as well as the principles of lifecycle, error handling, instruction systems, template filters, and more.

 Recommended books for vue .js learners!1

Vue .js Real Battle

Based on Vue .js 2, this book guides the reader to gradually learn Vue .js in a hands-on way. T his book is divided into three parts: the basic, the advanced and the actual combat. T he basic article is mainly an introduction to the core functions of Vue .js, the advanced article mainly explains the componentization of the front-end engineered Vue .js, the use of plug-ins, and the actual article focuses on the development of two complete examples covering Vue .js most of the APIs. By reading this book, readers can learn how to use Vue .js framework key APIs, custom instructions, component development, single-file components, Render functions, single-page rich applications that can be reused using webpack, and more.

This book is rich in examples, hands-on, suitable for developers who have just come into contact with or are about to come into contact with Vue .js, as well as developers who have development experience with Vue .js but need to be further enhanced.

 Recommended books for vue .js learners!2

《Vue.js》

This book begins with a comprehensive introduction to Vue .js and its core concepts, such as data binding, instructions, and computational properties, first explaining each concept, and then putting them into practice in case study projects. A fter covering the basics, you'll learn how to add complex UI capabilities using the ES syntax and component-based architecture. Y ou'll use Vue Router to make your application multi-page and use Vuex to manage application status. F inally, you'll learn how to use Laravel Passport for authenticated AJAX requests between Vue and the API to complete the complete stack architecture. Vuebnb will then be ready to be produced and deployed to a free Heroku cloud server.

 Recommended books for vue .js learners!3


《Vue.js in Action》

Vue .js in Action teaches readers to use the Vue .js framework to build fast, fluid Web UI. As they read this book, readers can practice their skills by building a complete web store application with product listings, checkout processes, and management interfaces.

 Recommended books for vue .js learners!4

《Pro Vue.js 2》

The author explains how to get the most out of Vue .js 2. H e begins by introducing the MVC pattern and the benefits it can provide. H e then shows you how to use the Vue .js in your project, from the details to building the most advanced and complex features, and gives you an in-depth look at what you need. T his chapter includes frequently asked questions and how to avoid them. It's a book that vue .js learners worth reading

 Recommended books for vue .js learners!5

These are the five books for Vue .js learners to read. For more Vue .js learn, follow w3cschool.com.

More books recommended: What books do I use to learn c language? Z ero foundation to read what books, suitable for Java to learn to read books recommended!