A comprehensive guide with step-by-step explanation and best practices for building enterprise ready Vue.js apps that meets the scale and business requirement
Key Features
- Implement Vuejs 3 for creating Vue.js Application with better performance
- Explore the Vue.js 3 composition API in-depth while building your enterprise application
- Discover the different types of testing to ensure your Vue.js 3 application is scalable and maintainable
Book Description
Building enterprise ready Vue.js apps entails following best practices in creating high performance and scalable Vue.js Application.
This book is a must for any developer who works with a large Vue.js codebase where performance and scalability are important. You'll learn how to configure and set up Vue.js 3 and the composition API, and how to build real-world applications with it. You'll then learn to create reusable components in Vue.js 3 and scale performance in Vue.js 3 applications. You will then learn to scale performance with asynchronous lazy loading, image compression, code splitting and tree shaking. Next, you'll learn how to use Restful API, Docker, GraphQL, and different types of testing to ensure your Vue.js 3 application is scalable and maintainable.
By the end of this book, you will be able to build and deploy your enterprise ready Vue.js 3 application using best practices in implementing Restful API, Docker, GraphQL, and different testing methods with Vue.js 3.
What you will learn
- Scale performance of your application in Vue.js 3 using best practices
- Learning testing strategies for large scale Vue.js codebase
- Manage large file structures using the Micro Frontend architecture
- Discover industry-standard to dockerize and deploy an enterprise Vue.js 3 web application
- Utilize GraphQL to deliver scalable and high-performing applications
- Explore various testing libraries and how to integrate them with Vue.js 3
Who This Book Is For
The book is intended for Vue.js developers and professional frontend developers who want to build high-performance production-grade and enterprise scalable Vue.js apps from design to deployment. The book assumes a working knowledge of Vue.js and JavaScript programming.
Table of Contents
- Overview of Vue.js
- Using Libraries for Large Scale Application
- Scaling Performance in Vue.js 3
- Architecture for Large Scale Web Apps
- Introduction to GraphQL, Queries, Mutations, and RESTFUL APIs
- Intro to GraphQL Apollo Server 2, Queries, Mutations and RESTFUL
- Build a complete Pinterest Clone with Vue 3 GraphQL
- Testing and What to Test in Vue 3
- Best Practice in Unit Testing
- Industry Standard End-to-End Testing
- Integration testing in Vue.js 3
- Deploying Vue.js 3 to the Cloud
- Advanced Vue.js Frameworks