Preface
Building enterprise-ready Vue.js apps entails following best practices to create high-performance and scalable Vue.js applications.
This book is a must for any developer who works with a large Vue.js code base where performance and scalability are important. You’ll learn how to configure and set up Vue.js 3 and 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 that 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.