본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Vue.js 3 Cookbook 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Vue.js 3 Cookbook

Discover actionable solutions for building modern web apps with the latest Vue features and TypeScript
소장전자책 정가25,000
판매가25,000
Vue.js 3 Cookbook 표지 이미지

Vue.js 3 Cookbook작품 소개

<Vue.js 3 Cookbook> Explore the new features of Vue.js 3 and discover best practices for building fault-tolerant and professional frontend web applications

▶Book Description
Vue.js is a progressive web framework for building professional user interfaces for your web applications. With Vue.js 3, the frontend framework is reinforced with architectural enhancements, new base languages, new render processes, and separated core components.

The book starts with recipes for implementing Vue.js 3's new features in your web development projects and migrating your existing Vue.js apps to the latest version. You will get up and running with TypeScript with Vue.js and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs). As you advance, you'll discover recipes to help you integrate Vue.js apps with Nuxt.js in order to add server-side rendering capabilities to your SPAs. You'll then learn about the Vue.js ecosystem by exploring modern frameworks such as Quasar, Nuxt.js, Vuex, and Vuetify in your web projects. Finally, the book provides you with solutions for packaging and deploying your Vue.js apps.

By the end of this Vue.js book, you'll be able to identify and solve challenges faced in building Vue.js applications and be able to adopt the Vue.js framework for frontend web projects of any scale.

▶What You Will Learn
⦁Design and develop large-scale web applications using Vue.js 3's latest features
⦁Create impressive UI layouts and pages using Vuetify, Buefy, and Ant Design
⦁Extend your Vue.js applications with dynamic form and custom rules validation
⦁Add state management, routing, and navigation to your web apps
⦁Extend Vue.js apps to the server-side with Nuxt.js
⦁Discover effective techniques to deploy your web applications with Netlify
⦁Develop web applications, mobile applications, and desktop applications with a single code base using the Quasar framework

▶Key Features
⦁Migrate your apps from Vue.js 2 to Vue.js 3 with the help of practical recipes
⦁Explore the latest Vue.js 3 features such as reactivity API, composition API, and TypeScript support
⦁Extend the capabilities and performance of Vue.js apps with Quasar, Vuetify, and Nuxt.js frameworks

▶Who This Book Is For
The book is for both new and experienced Vue.js developers looking to overcome challenges in building dynamic web applications with Vue 3. Knowledge of JavaScript and a basic understanding of Vue.js will help you to make the most of this book.

▶What this book covers
⦁ Chapter 1, Understanding Vue 3 and Creating Components, provides the reader with recipes on how to use the new Vue 3 APIs to create custom Vue components using Vue's exposed core API and the Composition API. This chapter also helps the reader along an initial upgrade path of a Vue 2 application to Vue 3.

⦁ Chapter 2, Introducing TypeScript and the Vue Ecosystem introduces the reader to the TypeScript superset and how to use it, starting with basic types, interfaces, and type annotations. The reader will become ready for the development of a Vue application with Vue CLI, TypeScript, and vue-class-component.

⦁ Chapter 3, Data Binding, Form Validations, Events, and Computed Properties, discusses the basic Vue developments and component concepts, including v-model, event listeners, computed properties, and for loops. The reader will be introduced to the Vuelidate plugin for form validation and how to use it on a Vue component, along with how to debug a Vue component with vue-devtools.

⦁ Chapter 4, Components, Mixins, and Functional Components, walks the reader through building components with different approaches, including custom slots for contents, validated props, functional components, and creating mixins for code reusability. It then introduces the reader to a set of different approaches for accessing child components' data, creating a dependency injection component and dynamic injected component, and how to lazy load a component.

⦁ Chapter 5, Fetching Data from the Web via HTTP Requests, shows the reader how to create a custom wrapper around the Fetch API for HTTP calls on JavaScript, how to use the wrapper in Vue, and how to implement custom asynchronous functions on Vue. The reader will also learn how to replace the Fetch API in the wrapper for axios, and how custom handlers can be implemented on axios.

⦁ Chapter 6, Managing Routes with vue-router, takes a look at Vue's routing plugin and how to use it on Vue to create routes for the pages of a Vue application. It introduces the process of managing router paths, dynamic paths with parameters on the router path, lazy loading the page component, creating middleware for authentication on the router, and using an alias and redirect.

⦁ Chapter 7, Managing the Application State with Vuex, explores the Vue state management plugin to help the reader understand how Vuex works and how it can be applied to their application. This chapter also provides the reader with recipes for creating Vuex modules, actions, mutations, and getters, and explores how to define the base state for the store.

⦁ Chapter 8, Animating Your Application with Transitions and CSS, explores the fundamentals of CSS animation and transitions by providing recipes for custom animations based only on CSS. These will be used with a Vue custom component to achieve a nice looking application and provide the best experience for the application's users.

⦁ Chapter 9, Creating Beautiful Applications Using UI Frameworks, take a look at popular UI frameworks. The reader will build a user registration form with Buefy, Vuetify, and Ant-Design with their design concept. The aim of the recipes in this chapter is to teach the reader how to create a good-looking application with a UI framework.

⦁ Chapter 10, Deploying an Application to Cloud Platforms, shows how to deploy a Vue application on custom third-party hosters such as Vercel, Netlify, and Google Firebase. Using the recipes in this chapter, the reader will learn how to automatically deploy their application with integrated repository hooks and auto-deploy functions.

⦁ Chapter 11, Pro League – Directives, Plugins, SSR, and More, explores advanced topics on Vue, including patterns, best practices, how to create plugins and directives, and how to use high-level frameworks such as Quasar and Nuxt.js to create applications.


출판사 서평

▶ Preface
Vue is a minimal frontend framework that empowers developers to create web applications, prototypes, big enterprise applications, desktop applications, and mobile applications.

Vue 3 is a complete rewrite of Vue and brings changes to all the core APIs of the frameworks. This rewrite changes code that was written to flow in TypeScript. In Vue 3 we have all of the core APIs exposed, giving the possibility of using Vue to everyone.

The book starts with recipes for implementing Vue 3's new features in your web development projects and migrating your existing Vue apps to the latest version. You will get up and running with TypeScript with Vue, and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs).

Some of the libraries, plugins, and frameworks used in this book might receive updates between the writing of this book and the time that you're reading it. So, please pay attention to any API changes or version changes that may have any breaking changes.


저자 소개

▶About the Author
- Heitor Ramon Ribeiro
Heitor Ramon Ribeiro has been developing web applications for over 15 years, constantly navigating between frontend and backend development. By following his passion for UX/UI and programming, he chose to stay in frontend development. Heitor has built enterprise applications for businesses using Vue.js and the principles of clean architecture, shifting his course from legacy applications to the new world of single page applications (SPAs) and progressive web applications (PWAs). He thinks that almost anything is possible today with a browser, and that JavaScript is the future of programming. When he's not programming or leading a frontend team, he's with his family having fun, streaming their gaming sessions, or playing some first-person shooter games.

목차

▶TABLE of CONTENTS
⦁ Chapter 1: Understanding Vue 3 and Creating Components
⦁ Chapter 2: Introducing TypeScript and the Vue Ecosystem
⦁ Chapter 3: Data Binding, Form Validations, Events, and Computed Properties
⦁ Chapter 4: Components, Mixins, and Functional Components
⦁ Chapter 5: Fetching Data from the Web via HTTP Requests
⦁ Chapter 6: Managing Routes with vue-router
⦁ Chapter 7: Managing the Application State with Vuex
⦁ Chapter 8: Animating Your Application with Transitions and CSS
⦁ Chapter 9: Creating Beautiful Applications Using UI Frameworks
⦁ Chapter 10: Deploying an Application to Cloud Platforms
⦁ Chapter 11: Directives, Plugins, SSR, and More


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전