Browse Results

Showing 58,901 through 58,925 of 60,639 results

vSphere Virtual Machine Management

by Rebecca Fitzhugh

This book follows a step-by-step tutorial approach with some real-world scenarios that vSphere businesses will be required to overcome every day. This book also discusses creating and configuring virtual machines and also covers monitoring virtual machine performance and resource allocation options. This book is for VMware administrators who want to build their knowledge of virtual machine administration and configuration. It's assumed that you have some experience with virtualization administration and vSphere.

VSTO 3.0 for Office 2007 Programming

by Vivek Thangaswamy

This book contains complete step-by-step instructions and simple explanations about VSTO programming of entire Office applications. It covers the concepts of VSTO, VSTO architecture, its features, and versions using practical examples, to help beginners and intermediate developers develop real-world Office applications. Separate chapters cover programming InfoPath, Word, Excel, Outlook, and PowerPoint. This book is aimed at .NET developers, familiar with C#, who want to get to grips with programming Office 2007. The book will also be useful for those of you who already have experience with VBA and programming Office, but are ready to take the next step into the more powerful world of Office programming with VSTO.

VSTO For Dummies

by Peter Jausovec Bill Sempf

Learn to build custom Office applications with this new Microsoft development tool Designed to attract both VBA (Visual Basic for Applications) and Visual Studio developers, VSTO (Visual Studio Tools for Office) is a Visual Studio add-in that makes it easy to create custom Office applications. This book shows developers step by step how to work with VSTO tools to create real-world applications for Word, Outlook, and Excel. VSTO enables developers to easily create custom applications for Microsoft Office In the fun and friendly For Dummies style, this book explains how to build effective user interfaces and integrate VSTO applications with Sharepoint and other Microsoft server products All code is presented in Visual Basic, making the book accessible to both VB and VBA programmers VSTO For Dummies will get you up and running with this exciting technology quickly and easily.

vtiger CRM Beginner's Guide

by Ian D. Rossi

This book covers the basics of installing and using a CRM system, explaining how to implement vtiger's powerful features for your business, adding extensions, plug-ins, and theming. It provides a step-by-step guide to installing, configuring, and customizing vtiger even at the code level, with practical advice and directions. This is book is written for IT professionals and business managers who have power-user computer skills and are looking to improve sales management processes and/or customer service processes.

Vue 7: From The Ground Up

by Ami Chopine Vladimir Chopine

Create lush terrains and atmospheres in Vue and enhance your knowledge of all the features in this software such as lighting, cameras, and Python scripting. Ami and Vladimir Chopine, from GeetAtPlay.com guide you through 17 stand-alone tutorials, each with a different focus on the key components of Vue. The companion website includes brand new video tutorials from Geekatplay as well as materials, atmosphere settings, image maps, models, project files, and completed images and animations. Vue 7: From the Ground Up is the only book officially certified by e-on software.

Vue CLI 3 Quick Start Guide: Build and maintain Vue.js applications quickly with the standard CLI

by Ajdin Imsirovic

Build Vue apps the right way using Vue CLI 3. Understand how the building blocks of Vue CLI 3 work including npm, webpack, babel, eslint, plugins, GUI, testing, and SCSS. Import third-party libraries and maintain your project.Key FeaturesLearn to work with Vue CLI 3 both on the command line and with a GUIManage VueJS apps, settings, Vue plugins, and third-party libraries Learn how to build Vue apps from scratch using webpack, babel, ES6, vue-router, Jest, Cypress, SCSS, and GitBook DescriptionThe sprawling landscape of various tools in JavaScript web development is becoming overwhelming. This book will show you how Vue CLI 3 can help you take back control of the tool chain. To that end, we'll begin by configuring webpack, utilizing HMR, and using single-file .vue components. We'll also use SCSS, ECMAScript, and TypeScript. We'll unit test with Jest and perform E2E testing with Cypress.This book will show you how to configure Vue CLI as your default way of building Vue projects. You'll discover the reasons behind using webpack, babel, eslint, and other modern JavaScript toolchain technologies. You'll learn about the inner workings of each through the lens of Vue CLI 3. We'll explore the extendibility of Vue CLI with the built-in settings, and various core and third-party plugins.Vue CLI helps you work with Vue components, routers, directives, and services in the Vue ecosystem. While learning these concepts, you'll examine the evolution of JavaScript. You'll learn about use of npm, IIFEs, modules in JavaScript, Common.js modules, task runners, npm scripts, module bundlers, and webpack. You'll get familiar with the reasons why Vue CLI 3 is set up the way it is. You'll also learn to perform linting with ESLint and Prettier.Towards the end, we'll introduce you to working with styles and SCSS. Finally, we'll show you how to deploy your very own Vue project on Github Pages.What you will learnWork with nvm, install Node.js and npm, use Vue CLI 3 with no configuration, via the command line and the graphical user interfaceBuild a Vue project from scratch using npm and webpack, and learn about hot module replacementWork with Babel settings, configurations, and presetsWork with Vue plugins, including testing plugins such as Jest and CypressWrite, run, and watch unit and E2E tests using TDD assertions in the red-green-refactor cycleWork with Vue router and use, nested, lazy-loading, and dynamic routesAdd SCSS to your projects and work with third-party Vue pluginsDeploy your Vue apps to Github PagesWho this book is forThis book is for existing web developers and developers who are new to web development. You must be familiar with HTML, CSS, and JavaScript programming. Basic knowledge of the command line will be helpful but is not necessary.

Vue.js: Building Accessible and Performant Web Apps

by Callum Macrae

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 to custom components and advanced features—including JSX, the JavaScript syntax extension.Author Callum Macrae shows you how to use the most useful libraries in the Vue ecosystem, such as vue-router for routing, vuex for state management, and vue-test-utils for testing. If you’re a frontend developer familiar with JavaScript, HTML, and CSS, this book will show you how to develop a fully featured web application using Vue.Learn Vue.js basics, including its use of templates to display data on a pageSet up Vue projects from scratch, or use vue-cli to set up from a templateCreate a maintainable codebase by splitting code into self-contained componentsDiscover how Vue.js works with CSS to style your websites and applicationsUse render functions and JSX, rather than templates, to determine what Vue displaysControl how code is executed and displayed with vue-routerManage state in one centralized place with the Vuex libraryWrite unit tests to ensure your Vue components don’t break in the future

Vue.js 2 and Bootstrap 4 Web Development

by Olga Filipova

Learn how to combine Bootstrap with Vue.js to build responsive web applications. About This Book • Build applications with a good architecture and clean UI with Vue.js and Bootstrap • Understand Bootstrap components and learn to integrate them with the Vue.js structure • Build, deploy, and test your code with various utility tools provided by Vue.js Who This Book Is For This book is for JavaScript programmers who are new to web frameworks and want to start learning it by developing interactive and responsive web applications. What You Will Learn • Create and build web applications using Vue.js, Webpack, and Nuxt.js • Combine Bootstrap components with Vue.js' power to enrich your web applications with reusable elements • Connect the Vuex state management architecture to the Firebase cloud backend to persist and manage application data • Explore the new grid system of Bootstrap 4 along with the far simpler directives in Vue.js • Test Vue applications using Jest • Authenticate your application using Bootstrap's forms, Vue.js' reactivity, and Firebase's authentication API • Deploy your application using Firebase, which provides Backend as a Service In Detail In this book, we will build a full stack web application right from scratch up to its deployment. We will start by building a small introduction application and then proceed to the creation of a fully functional, dynamic responsive web application called ProFitOro. In this application, we will build a Pomodoro timer combined with office workouts. Besides the Pomodoro timer and ProFitOro workouts will enable authentication and collaborative content management. We will explore topics such as Vue reactive data binding, reusable components, routing, and Vuex store along with its state, actions, mutations, and getters. We will create Vue applications using both webpack and Nuxt.js templates while exploring cool hot Nuxt.js features such as code splitting and server-side rendering. We will use Jest to test this application, and we will even revive some trigonometry from our secondary school! While developing the app, you will go through the new grid system of Bootstrap 4 along with Vue.js' directives. We will connect Vuex store to the Firebase real-time database, data storage, and authentication APIs and use this data later inside the application's reactive components. Finally, we will quickly deploy our application using the Firebase hosting mechanism. Style and Approach Step-by-step tutorial

Vue.js 2 Cookbook

by Andrea Passaglia

This book is for developers who want to learn about Vue.js through practical examples to quickly and efficiently build modern, interactive web applications. Prior experience and familiarity with JavaScript, HTML, and CSS are recommended as the recipes build upon that knowledge. It will also enable both new and existing Vue.js users to expand their knowledge of the framework.

Vue.js 2 Design Patterns and Best Practices: Build enterprise-ready, modular Vue.js applications with Vuex and Nuxt

by Paul Halliday

Become an expert Vue developer by understanding design patterns and the component architecture of Vue.js to write clean and maintainable codeKey FeaturesCraft highly modular applications by exploring design patterns and the component architecture of Vue.jsEnforce a Flux-like application architecture in your Vue.js applications with VuexEasy-to-follow examples that can be used to create reusable code and extensible designsBook DescriptionVue.js 2 Design Patterns and Best Practices starts by comparing Vue.js with other frameworks and setting up the development environment for your application, and gradually moves on to writing and styling clean, maintainable, and reusable Vue.js components that can be used across your application. Further on, you'll look at common UI patterns, Vue form submission, and various modifiers such as lazy binding, number typecasting, and string trimming to create better UIs. You will also explore best practices for integrating HTTP into Vue.js applications to create an application with dynamic data. Routing is a vitally important part of any SPA, so you will focus on the vue-router and explore routing a user between multiple pages. Next, you'll also explore state management with Vuex, write testable code for your application, and create performant, server-side rendered applications with Nuxt. Toward the end, we'll look at common antipatterns to avoid, saving you from a lot of trial and error and development headaches.By the end of this book, you'll be on your way to becoming an expert Vue developer who can leverage design patterns to efficiently architect the design of your application and write clean and maintainable code.What you will learnUnderstand the theory and patterns of Vue.jsBuild scalable and modular Vue.js applicationsTake advantage of Vuex for reactive state managementCreate single page applications with vue-routerUse Nuxt for FAST server-side rendered Vue applicationsConvert your application to a Progressive Web App (PWA) and add ServiceWorkers and offline supportBuild your app with Vue.js by following best practices and explore the common anti-patterns to avoidWho this book is forThis book is for Vue developers who are familiar with framework design principles and utilize commonly found design patterns in developing web applications.

Vue.js 2 Web Development Projects

by Guillaume Chau

A project-based, practical guide to get hands-on into Vue.js 2.5 development by building beautiful, functional and performant web applications About This Book • Build exciting real world web projects from scratch and become proefficient with Vue.js Web Development • Take your app to the next level with animation, routing, state management, server-side rendering and i18n • Learn professional web programming techniques to supercharge your Vue.js projects Who This Book Is For If you are a web developer who now wants to create rich and interactive professional applications using Vue.js, then this book is for you. Prior knowledge of JavaScript is assumed. Familiarity with HTML, Node.js, and tools such as npm and webpack will be helpful but not necessary. What You Will Learn • Set up a full Vue.js npm project with the webpack build tool and the official scaffolding tool, vue-cli • Write automatically updated templates with directives to create a dynamic web application • Structure the app with reusable and maintainable components • Create delightful user experiences with animations • Use build tools and preprocessor to make larger professional applications • Create a multi-page application with the official Vue.js routing library • Integrate non-Vue.js elements into your apps like Google Maps • Use the official state-management library to prevent errors • Optimize your app for SEO and performance with server-side rendering and internationalization In Detail Do you want to make your web application amazingly responsive? Are you unhappy with your app's performance and looking forward to trying out ways to make your app more powerful? Then Vue.js, a framework for building user interfaces, is a great choice, and this book is the ideal way to put it through its paces. This book's project-based approach will get you to build six stunning applications from scratch and gain valuable insights in Vue.js 2.5. You'll start by learning the basics of Vue.js and create your first web app using directives along with rich and attractive user experiences. You will learn about animations and interactivity by creating a browser-based game. Using the available tools and preprocessor, you will learn how to create multi-page apps with plugins. You will create highly efficient and performant functional components for your app. Next, you will create your own online store and optimize it. Finally, you will integrate Vue.js with the real-time Meteor library and create a dashboard showing real-time data. By the end of this book you will have enough skills and will have worked through enough examples of real Vue.js projects to create interactive professional web applications with Vue.js 2.5. Style and approach Project-based guide that will help you start building applications immediately with an easy to follow approach. Our book will have 6 concrete projects. It will take readers through clear and logical steps, with screenshots and tips along the way to help you follow the guide and learn how to get more from Vue.js.

Vue.js 2 Web Development Projects

by Guillaume Chau

Do you want to make your web application amazingly responsive? Are you unhappy with your app's performance and looking forward to trying out ways to make your app more powerful? Then Vue.js, a framework for building user interfaces, is a great choice, and this book is the ideal way to put it through its paces. This book's project-based approach will get you to build six stunning applications from scratch and gain valuable insights in Vue.js 2.5.

Vue.js 2.x by Example: Example-driven guide to build web apps with Vue.js for beginners

by Bogdan-Alin Bâlc Silva Pablo Henrique Penha Mike Street

Key Features We bridge the gap between "learning" and "doing" by providing real-world examples that will improve your web development skills with Vue.js Explore the exciting features of Vue.js 2 through practical and interesting examples Explore modern development tools and learn how to utilize them by building applications with Vue.js Book Description Vue.js is a frontend web framework which makes it easy to do just about anything, from displaying data up to creating full-blown web apps, and has become a leading tool for web developers. This book puts Vue.js into a real-world context, guiding you through example projects that helps you build Vue.js applications from scratch. With this book, you will learn how to use Vue.js by creating three Single Page web applications. Throughout this book, we will cover the usage of Vue, for building web interfaces, Vuex, an official Vue plugin which makes caching and storing data easier, and Vue-router, a plugin for creating routes and URLs for your application. Starting with a JSON dataset, the first part of the book covers Vue objects and how to utilize each one. This will be covered by exploring different ways of displaying data from a JSON dataset. We will then move on to manipulating the data with filters and search and creating dynamic values. Next, you will see how easy it is to integrate remote data into an application by learning how to use the Dropbox API to display your Dropbox contents in an application In the final section, you will see how to build a product catalog and dynamic shopping cart using the Vue-router, giving you the building blocks of an e-commerce store. What you will learn Looping through data with Vue.js Searching and filtering data Using components to display data Getting a list of files using the dropbox API Navigating through a file tree and loading folders from a URL Caching with Vuex Pre-caching for faster navigation Introducing vue-router and loading components Using vue-router dynamic routes to load data Using vue-router and Vuex to create an ecommerce store

Vue.js 3 By Example

by John Au-Yeung

Explore the latest Vue 3 features by building high-quality front-end web apps, desktop apps, and full-stack apps using the power of Vuex, Vue Router, and GraphQLKey FeaturesCover the latest features of the Vue 3 ecosystem such as components, prop injection, Vuex, and Vue RouterLeverage Vue’s capabilities for building web apps, mobile apps, and browser gamesExplore the capabilities of Vue Router that make building single-page applications (SPAs) with Vue.js a breezeBook DescriptionVue is one of the leading frameworks with a huge ecosystem and increasing adoption due to its ease-of-use when developing applications and the fact that it can help you achieve impressive results during development quickly. This book explores the latest Vue version – Vue 3.0 - and how you can leverage it effectively.You’ll learn with the help of an example-based approach, starting with the basics of Vue 3 by creating a simple application and exploring features such as components, directives, and their usage. To build your knowledge and enable you to have confidence in your app building skills, the book will show you how to test the app with Jest and Vue Test Utils. Later, you’ll understand how to write non-web apps with Vue 3 and create cross-platform desktop apps with the Electron plugin. You’ll also learn to create a multipurpose mobile app with Vue and Ionic. As you progress, you’ll be able to develop server-side rendered web apps with Nuxt.js that work well with back-end APIs by interacting with GraphQL APIs. Finally, you’ll build a real-time chat app that performs real-time communication using Vue 3 and Laravel.By the end of this book, you’ll have developed the real-world skills you need by working through a range of app-building projects using Vue 3.What you will learnGet to grips with Vue architecture, components, props, directives, mixins, and other advanced featuresUnderstand the Vue 3 template system and create your own directivesUse third-party libraries such as Vue Router for routing and Vuex for state managementCreate GraphQL APIs to power your Vue 3 web appsBuild cross-platform Vue 3 apps with Electron and IonicMake your Vue 3 apps more captivating with PrimeVueBuild real-time communication apps with Vue 3 as the front end and Laravel as the back endWho This Book Is ForThis book is for web developers who are interested in learning front-end web development with Vue 3 and creating professional applications using it. You will also find this book useful if you want to learn how to create full-stack web apps with Vue.js 3.0 as the front end. Prior knowledge of JavaScript programming is required to get the most out of this book.Table of ContentsCreating Your First Application in Vue 3Building a Vue 3 Progressive Web AppBuilding a Slider Puzzle Game with Vue.js 3Building a Photo Management Desktop AppBuilding a Calculator Mobile App with IonicBuild a Vacation Booking App with the PrimeVue UI FrameworkBuilding an E-Commerce Store App with Vue 3 and GraphQLBuilding a Chat App with Vue 3, Laravel, and Socket.io

Vue.js 3 Cookbook: Discover actionable solutions for building modern web apps with the latest Vue features and TypeScript

by Heitor Ramon Ribeiro

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

Vue.js 3 for Beginners: Learn the essentials of Vue.js 3 and its ecosystem to build modern web applications

by Simone Cuomo

Gain proficiency in Vue.js 3 and its core libraries, including Pinia, Vue Router, and Vitest, by developing a social media web application with detailed, hands-on instructionsKey FeaturesDiscover best practices for building scalable and performant Vue.js applicationsLearn the basics of component-based architectureFamiliarize yourself with Vue.js core libraries and ecosystemPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionDiscover why Vue.js is a must-learn JavaScript framework for aspiring developers. If you’re a beginner fascinated by Vue.js and its potential, then this book will show you how the progressive and versatile framework can help you build performant applications. Written by an accomplished software architect with over 12 years of experience, Vue.js for Beginners provides a solid foundation in Vue.js and guides you at every step to create a robust social media application, component by component. Starting with a clean canvas using plain HTML and CSS, you’ll learn new topics to build your application incrementally. Beyond the core features, you’ll explore crucial parts of the Vue.js ecosystem, such as state management with Pinia, routing with Vue Router, and testing with Vitest, and Cypress. The structured GitHub repository ensures a smooth transition from one chapter to the next, offering valuable insights into advanced topics, techniques, and recourses. This book is designed to serve as a practical reference guide, allowing you to quickly revisit specific topics when needed. By the end of the book, you’ll have built a strong understanding of Vue.js and be ready to build simple applications effortlessly.What you will learnGain practical knowledge of the Vue.js frameworkDeepen your understanding of Pinia, Vue Router, validation libraries, and their integration with Vue.js applicationsExplore the core concepts of Vue.js, including components, directives, and data bindingCreate scalable, maintainable applications from scratchBuild applications using the script setup and the Composition APIDebug your applications with the Vue debugger toolWho this book is forVue.js for Beginners is for aspiring web developers, students, hobbyists, or anyone who wants to learn Vue.js from scratch and is eager to foray into front-end development using this modern and popular framework. Basic knowledge of HTML, CSS, and JavaScript is required to fully grasp the content of this Vue.js book.

Vue. JS Framework: Design and Implementation

by HcySun Yang

Vue.js, as the Data-driven front-end framework, stands out as one of the mainstream choices for front-end developers. This book provides a detailed introduction of Vue.js framework design principles, including an overview of framework design, response systems, renderers, componentization, compilers, and server-side rendering. Based on Vue.js 3 and strict compliance with the specifications, this book starts from source code with a large number of visual diagrams combined, explaining the implementation of each functional module in Vue.js step by step. By reading this book, developers with hands-on experience with Vue.js 2/3 will be able to further understand the implementation details of Vue.js framework, while front-end developers who are not experienced in vue.js but interested in framework design can quickly grasp the design principle of vue.js.

Vue.js in Action

by Erik Hanchett Ben Listwon

Vue.js is a front-end framework that builds on many of the reactive UI ideas introduced in React.js. Vue.js in Action teaches readers to build fast, flowing web UI with the Vue.js framework. As they move through the book, readers put their skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Vue.js Quick Start Guide: Learn how to build amazing and complex reactive web applications easily using Vue.js

by Ajdin Imsirovic

Learn and explore all important features of Vue.js through a number of simple examples.Key FeaturesUses latest features such as Vue-cli 3, Vuex, and NuxtPractical examples to understand Vue 2 quicklyStep-by-step approach to reinforce concepts coveredBook DescriptionVue.js is the latest trending frontend framework. Simplicity, reactivity, and flexibility are some of the key benefits that Vue offers to developers. This book will help you learn everything you need to know to build stunning reactive web apps with Vue.js 2 quickly and easily.This book will take you through the Vue 2 framework. You will start by learning the different Vue installation options: CDN, NPM, and Vue CLI. Then we will look at the core concepts of Vue: templates and components – ways to modularize Vue code. You will learn how to utilize directives, which are Vue-specific HTML attributes with additional features. Also, you will see how Vue uses a streamlined approach to development, with reusable methods, computed properties, and watchers, and how it controls state with the help of its data option.You will learn about the concepts of reactive programming in Vue, and how to understand communication between parent and child components. We will take a look at props and slots, working with CSS, filters, and mixins. We will also look at ways to add transitions and animations to Vue apps. Then you will extend Vue by building custom directives and your own plugins. Finally, you will learn about Vuex – a Vue plugin that allows us to centralize state, and also introduce Nuxt, which is a framework that builds on top of Vue and solves some issues of single-page applications. After learning about these components, you will be ready to build your own reactive web apps with Vue.js 2.What you will learnDevelop apps with Vue.jsReuse components using slotsUse filters, mixins, and global mixins in VueBuild custom directives in VueWork with CSS animationsWork with templates, directives, methods, data, computed properties, and watchersUse Nuxt and Vue-RouterBuild and deploy an SSR Vue appWho this book is forThis book is for people who want to learn and experience developing with Vue.js. Familiarity with HTML, CSS, and JavaScript will help you get the most from this book.

Vue on Rails: End-to-End Guide to Building Web Apps Using Vue.js and Rails

by Bryan Lim Richard LaFranchi

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.

VuePress Quick Start Guide: Build blazing-fast static websites with the power of Vue.js

by Sufyan Bin Uzayr

A fast paced that will teach you to build Static JavaScript Sites and Amazing Web Apps Using VuePressKey FeaturesBuild quick, SEO-friendly static websites with VuePress and Vue.jsDevelop and maintain your sites long termUse the power of Vue + webpack, and develop custom themes with VueBook DescriptionWhat are static site generators, why do you need them, and how are they better than general blogging or writing or content tools? This book answers all those questions as you learn how to build sites with VuePress. This book teaches you how to build static sites in VuePress in no time. All the site content is rendered as HTML by VuePress and is then executed as a single-page web app. This means everything works fast and loads quickly. You will start by installing and setting up the VuePress static site generator. You will learn about the powerful JavaScript framework Vue.js, which underpins VuePress, looking at its uses and advantages. You will then dig deep into the specifics of VuePress, covering content creation in Markdown, customization, internationalization, and deployment. You will also learn about security methods, configuration files for new installations, and many other techniques to have you building your own sites safely and quickly.By the end of the book, you will have built your own static website by leveraging the power of Vue.js and VuePress.What you will learnPut together a simple site in MarkdownUse VuePress to generate a super-fast static siteCustomize the appearance of your VuePress site using custom themesWork with internationalization and localize your site in multiple languagesSet up a custom home page with a call to action button as well as other pages and a navigation menuDeploy your JavaScript site to services such as Heroku, and NetlifyWho this book is forIf you want to create static sites easily, this book is for you. No knowledge of VuePress is required, but some experience with JavaScript will be helpful.

The VueScan Bible

by Sascha Steinhoff

VueScan is the world's most widely used software interface for digitizing film and prints on flatbed and film scanners. This powerful yet affordable program supports over 1500 scanners and 321 digital camera RAW file types, and is available for Mac OS X, Windows, and Linux. Much more than a simple scanner program, VueScan allows you to perform functions such as color restoration, adding sharpening filters, adjusting white balance, rotating images, and batch scanning multiple images. It also provides output to a variety of formats including TIFF, JPEG, and searchable PDF files (even all three simultaneously). The Pro version outputs to the RAW format and provides options for color adjustments, and more. Despite its popularity, the documentation for VueScan does not provide enough information to use the full power of the system and makes it difficult to get started. The VueScan Bible is the missing manual for new, experienced, and prospective users of VueScan.

Vuex Quick Start Guide: Centralized State Management for your Vue.js applications

by Andrea Koutifaris

Develop consistent web apps with Vuex by easily centralizing the state of your applicationKey FeaturesUncover the hidden features of Vuex to build applications that are powerful, consistent, and maintainableEnforce a Flux-like application architecture in your Vue applicationTest your Vuex elements and Vue components using Karma/Jasmine testing frameworkBook DescriptionState management preserves the state of controls in a user interface. Vuex is a state management tool for Vue.js that makes the architecture easier to understand, maintain and evolve. This book is the easiest way to get started with Vuex to improve your Vue.js application architecture and overall user experience.Our book begins by explaining the problem that Vuex solves, and how it helps your applications. You will learn about the Vuex core concepts, including the Vuex store, changing application state, carrying out asynchronous operations and persisting state changes, all with an eye to scalability.You will learn how to test Vuex elements and Vue components with the Karma and Jasmine testing frameworks. You will see this in the context of a testing first approach, following the fundamentals of Test Driven Development. TDD will help you to identify which components need testing and how to test them. You will build a full Vuex application by creating the application components and services, and persist the state.Vuex comes with a plugin system that allows programmers to extend Vuex features. You will learn about some of the most powerful plugins, and make use of the built-in logger plugin. You write a custom Google Analytics plugin to send actions to its analytics API, and an Undo/Redo plugin.What you will learnMoving from classical MVC to a Flux-like architectureImplementing predictable centralized state management in your applications using VuexUsing ECMAScript 6 features for developing a real applicationUsing webpack in conjunction with Vue single file componentsTesting your Vue/Vuex applications using Karma/Jasmine and inject-loaderSimple and effective Test Driven DevelopmentExtending your application with Vuex pluginsWho this book is forIf you are a JavaScript developer, working on Vue.js and want to extend your web development skills to develop and maintain bigger applications using state management, then this book is for you. No knowledge of Vuex is required.

Vulkan 3D Graphics Rendering Cookbook: Implement expert-level techniques for high-performance graphics with Vulkan

by Sergey Kosarevsky Alexey Medvedev Viktor Latypov

Master Vulkan 1.3 with practical recipes for building, rendering, and optimizing stunning 3D graphics, guided by AR and rendering experts Sergey Kosarevsky and Alexey Medvedev Purchase the eBook for full-color contentKey FeaturesLearn to harness Vulkan 1.3 for building high-performance applicationsIntegrate cutting-edge rendering techniques into a real-time 3D engineUse bindless Vulkan to render complex 3D scenes efficientlyPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionWritten by experts with decades of rendering experience, this cookbook equips you with practical, hands-on recipes to master modern 3D graphics development by using bindless Vulkan. Focusing on Vulkan 1.3, this second edition starts by setting up your development environment, and quickly transitions to building a robust 3D rendering framework using self-contained recipes. Each recipe helps you incrementally enhance your codebase, integrating a variety of 3D rendering techniques and algorithms into a cohesive project. You’ll get to grips with core techniques, such as glTF 2.0 physically based rendering, image-based lighting, and GPU-driven rendering. The chapters help you grasp advanced topics, including glTF animations, screen-space rendering techniques, and optimization strategies. You’ll also learn how to use glTF 2.0 advanced PBR extensions and handle complex geometry data, ensuring your rendering engine is both powerful and performant. These new additions will enable you to create dynamic and realistic 3D graphics environments, fully utilizing Vulkan’s capabilities. By the end of this 3D rendering book, you’ll have gained an improved understanding of best practices used in modern graphic APIs and be able to create fast and versatile 3D rendering frameworks.What you will learnMaster the core features of Vulkan 1.3, with a focus on bindless renderingLearn effective techniques for debugging and profiling Vulkan applicationsBuild a glTF 2.0 physically based rendering pipeline from scratchEnhance visual quality with advanced glTF 2.0 PBR extensionsIntegrate multiple rendering techniques and optimizations into a single applicationManage large-scale content efficiently in real-time 3D rendering enginesLeverage Vulkan compute pipelines for advanced image and geometry processingWho this book is forThis book is for 3D graphics developers who want to build high-performance rendering engines with the latest Vulkan features and modern rendering methods. Whether you’re an experienced developer with a solid grasp of 3D rendering math or someone proficient in C++ and basic linear algebra, this book offers valuable insights to deepen your expertise. If you’ve dabbled in creating custom 3D applications without relying on premade rendering engines, you’ll find this guide particularly useful.

Vulkan Cookbook

by Pawel Lapinski

This book is ideal for developers who know C/C++ languages, have some basic familiarity with graphics programming, and now want to take advantage of the new Vulkan API in the process of building next generation computer graphics. Some basic familiarity of Vulkan would be useful to follow the recipes. OpenGL developers who want to take advantage of the Vulkan API will also find this book useful.

Refine Search

Showing 58,901 through 58,925 of 60,639 results