Описание: Vue.js is an open-source JavaScript library for building modern, interactive web applications. From basic to advanced recipes, this book arms you with practical solutions to common tasks in building complete Vue.js web applications and helps you migrate to Vue.js 3 with a practical introduction to TypeScript and its latest features.
Название: Testing Vue.Js Applications ISBN: 1617295248 ISBN-13(EAN): 9781617295249 Издательство: Неизвестно Рейтинг: Цена: 7126.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Summary
Testing Vue.js Applications is a comprehensive guide to testing Vue components, methods, events, and output. Author Edd Yerburgh, creator of the Vue testing utility, explains the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Web developers who use the Vue framework love its reliability, speed, small footprint, and versatility. Vue's component-based approach and use of DOM methods require you to adapt your app-testing practices. Learning Vue-specific testing tools and strategies will ensure your apps run like they should.
About the Book
With Testing Vue.js Applications, you'll discover effective testing methods for Vue applications. You'll enjoy author Edd Yerburgh's engaging style and fun real-world examples as you learn to use the Jest framework to run tests for a Hacker News application built with Vue, Vuex, and Vue Router. This comprehensive guide teaches the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
What's inside
Unit tests, snapshot tests, and end-to-end tests
Writing unit tests for Vue components
Writing tests for Vue mixins, Vuex, and Vue Router
Advanced testing techniques, like mocking
About the Reader
Written for Vue developers at any level.
About the Author
Edd Yerburgh is a JavaScript developer and Vue core team member. He's the main author of the Vue Test Utils library and is passionate about open source tooling for testing component-based applications.
Описание: Microsoft have recently expanded their suite of SPA project templates to include a Vue.js based template that includes all the tooling required to build modern production ready applications out of the box. In this book, we`ll leverage some of the more powerful Vue.js features with ASP.NET core backend to build modern web apps.
Описание: Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project.This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you’ll learn which is the best configuration for the router and how to test and deploy your application.
These topics are essential for developers and product owners because they cover end-to-end advice for building a web application incrementally or from scratch. Vue.js on Rails shows you just how easy it is to build and maintain a modern web app and save hundreds of hours integrating these two technologies.
What You'll LearnUse Vue and Rails together to improve productsBuild a web app with a focus on developer happinessTake a pragmatic approach to web app development with practical code examples Save time configuring Vue and RailsControl and manage states in a Vue on Rails project Who This Book Is For Product owners seeking a technology for a company’s products with an emphasis on development scalability; business owners looking to maximize developer satisfaction and successful product development; technical managers requiring a pragmatic and successful web app development strategy;and new and experienced developers and designers learning to build web apps using the best tools available.
Описание: Front-End Development Projects with Vue.js introduces you to Vue 2 and helps you get started with web application development using this popular framework. You`ll master the knowledge and skills needed to become an effective front-end developer and apply them to tackle real-world development challenges.
Описание: Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you`ll quickly move from basics, such as the template syntax, to custom components and advanced features such as JSX.
4. Requirement Analysis for your Full Stack Web Application.
5. Modeling your Entities and Data with JPA
6. Designing your Front End UI with Vue.Js Components
7. Creating Your Back End with Jakarta EE
8. Connecting your UI with Your Back End
9. Securing Your Full Stack Application
10. Authentication and Authorization
11. Design Patterns and Best Practices
12. Cloud Architecture Implementation
13. Continuous Integration and Deployment
14. Testing and Monitoring
Автор: Carlos Rojas Название: Building Progressive Web Applications with Vue.js ISBN: 1484253337 ISBN-13(EAN): 9781484253335 Издательство: Springer Рейтинг: Цена: 5309.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Chapter 1: Making Your First PWAChapter Goal: Learn the basic concepts for building Progressive Web App. Learn to build a simple "to do" app and making it into a PWA as well as some critical concepts along the way.Sub-topics 1. Introduction 2. What is a PWA? 3. What is the structure of a PWA? 4. Our WebApp 5. Creating our Manifest 6. What's the structure of a PWA? 7. Our WebApp 8. Building our Manifest9. Creating our Service Worker 10. How can we test what we have done? Chapter 2: Foundations and App ManifestChapter Goal: Learn about "App Shell" design and the HTML, CSS, and JavaScript required to activate the user interface as well the use of cache.Sub-topics 1. App Shell design 2. The PRPL architecture pattern 3. Structure of the app 4. The main entry point 5. The App Shell 6. The Build 7. Bundled build 8. The Manifest file 9. How to add a manifest file to web? 10. How to customize the app start on mobile? Chapter 3: Service WorkersChapter Goal: Learn to handle JavaScript through Service Worker that runs in the background, regardless of whether a web page is open or not. Also, the understand importance of features such as Offline Support and Push Notifications, among others.Sub-topics: 1. What is a Service Worker? 2. Why are Service Workers needed? 3. Understanding life cycle 4. How to add a Service Worker? 5. Asynchronous calls 6. Fetch API 7. Using API in the Service Worker 8. Cache Chapter 4: Caching StrategiesChapter Goal: Solutions that work well to handle the status without connection, such as PouchDB or Firebase, are shown. However, use of web technologies, such as Service Workers, indexedDB, and Cache API, will enable offline strategies for Progressive Web Apps.Sub-topics: 1. When to store the information? 2. When to update our files of the Cache Storage? 3. How to respond to Requests? Chapter 5: IndexBDChapter Goal: Learn necessary characteristics of IndexedDB: how a transactional database system, which unlike other options that we have in browsers, is perfect to store big data quantities, for example, catalogs or other ones that also need a fast information search.Sub-topics: 1. What is IndexedDB? 2. How to use IndexedDB? 3. How to open a DB? 4. How to initiate read/write in the Object Store? 5. How to delete inside the Object Store? 6. Using IndexedDB in my App Chapter 6: Background SyncChapter Goal: Learn functionality of Background Sync (one of the most powerful features that combined with our Service Worker will grant us a great power to build progressive web applications).Sub-topics: 1. SyncManager Chapter 7: Push NotificationChapter Goal: Study Push Notification that is basically an interaction that includes the Push API and Notification API.Sub-topics: 1. What is a Push Notification? 2. How does the ecosystem of a Push Notification work? 3. Push API 4. API Notification 5. Implementing a Push Notification in our App using Firebase
Автор: Morales Alex Jover Название: Testing Vue.js Components with Jest ISBN: 1839219688 ISBN-13(EAN): 9781839219689 Издательство: Неизвестно Рейтинг: Цена: 3447.00 р. Наличие на складе: Нет в наличии.
Описание: Through this comprehensive guide, you`ll learn several techniques to develop robust and bug-free applications, including shallow rendering, snapshot testing, and dependency mocking.
Автор: Mosti Marina Название: Building Forms with Vue.js ISBN: 1839213337 ISBN-13(EAN): 9781839213335 Издательство: Неизвестно Рейтинг: Цена: 4044.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Building forms with Vue.js will guide you step by step to transform your online forms into a schema driven powerhouse. With the use of some of the core and most popular libraries you will be able to go from zero to hero.
Описание: GraphQL is an emerging standard for using APIs for modern web development, making it easier for front-end developers to communicate with the APIs. This book is a tutorial on building a Vue.js-based full-stack chat app using frameworks such as AWS Amplify with GraphQL. The book provides recipes for building and deploying your app from scratch.
Автор: J. Ye James Название: Building Applications with Spring 5 and Vue.js 2 ISBN: 1788836960 ISBN-13(EAN): 9781788836968 Издательство: Неизвестно Рейтинг: Цена: 9010.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book covers the full set of technologies that you need to know to become a full-stack web developer with Spring and Vue.js. You will also learn about the key design patterns and best practices that underpin professional full-stack web development.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru