BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3 build a portfolio of Vue.js and TypeScript web applications to advance your career in web development

Book Cover
Average Rating
Published
Birmingham, UK : Packt Publishing Ltd., 2024.
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
1st edition.
Language
English
ISBN
9781837632824, 1837632820

Notes

Description
Become a VueJS professional through practical projects like building a to-do list, weather app, recipe app, fitness tracker, quiz app, and more Key Features Increase your prospects of securing employment as a web developer Familiarize yourself with the Vue ecosystem and build more advanced applications by leveraging the fundamentals Progress at your own pace and build a personal project using a modern tech stack Purchase of the print or Kindle book includes a free PDF eBook Book Description In the ever-evolving web development landscape, Vue.js stands out with its intuitive design and progressive framework, empowering developers to create interactive and dynamic web applications. This book will help you stay in the forefront of modern web technologies by mastering Vue.js through hands-on projects and practical applications. Building Real-World Web Applications with Vue.js 3 is your guide to exploring the core concepts of Vue.js, setting up your development environment, and creating your first Vue.js application. You'll progress by building a recipe app using Vuetify, followed by leveraging data visualization to create a fitness tracker featuring dynamic dashboards using external databases and Vue-ChartJS. You'll then get to grips with multiplatform development with Quasar to deploy your app. As you develop an interactive quiz app, you'll be introduced to server-side logic with Nuxt.js, WebSockets for real-time communication, and client-server differentiation. Additionally, you'll study experimental object recognition using TensorFlow, leveraging machine learning and camera input, and conclude by creating a portfolio website with Nuxt and Storyblok. By the end of this book, you'll have the knowledge and confidence to create your own Vue.js applications and build a portfolio to showcase your Vue.js skills to potential employers. What you will learn Master VueJS fundamentals and best practices Build real-world applications and create a portfolio Use VueRouter and manage state with Pinia Implement Vuetify for rapid UI development Develop multiplatform apps with Quasar Framework Create interactive quizzes using WebSocket connections Apply TensorFlow for object recognition Build a portfolio website with Nuxt and Storyblok CMS Who this book is for This book is for aspiring Vue.js developers eager to dive into practical projects. Whether you're just starting your Vue.js journey or have basic knowledge of JavaScript and web technologies, this book is a valuable resource, taking a hands-on approach to establishing a solid foundation in Vue.js while working on a variety of real-world projects.
Local note
O'Reilly O'Reilly Online Learning: Academic/Public Library Edition

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Quinten, J. (2024). BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3: build a portfolio of Vue.js and TypeScript web applications to advance your career in web development (1st edition.). Packt Publishing Ltd..

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Quinten, Joran. 2024. BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3: Build a Portfolio of Vue.js and TypeScript Web Applications to Advance Your Career in Web Development. Birmingham, UK: Packt Publishing Ltd.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Quinten, Joran. BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3: Build a Portfolio of Vue.js and TypeScript Web Applications to Advance Your Career in Web Development Birmingham, UK: Packt Publishing Ltd, 2024.

Harvard Citation (style guide)

Quinten, J. (2024). BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3: build a portfolio of vue.js and typescript web applications to advance your career in web development. 1st edn. Birmingham, UK: Packt Publishing Ltd.

MLA Citation, 9th Edition (style guide)

Quinten, Joran. BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3: Build a Portfolio of Vue.js and TypeScript Web Applications to Advance Your Career in Web Development 1st edition., Packt Publishing Ltd., 2024.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
f7b10216-dc26-dfaa-1590-da15311a8cf6-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDf7b10216-dc26-dfaa-1590-da15311a8cf6-eng
Full titlebuilding real world web applications with vue js 3 build a portfolio of vue js and typescript web applications to advance your career in web development
Authorquinten joran
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-05-03 03:40:33AM

Book Cover Information

Image Sourcedefault
First LoadedFeb 27, 2025
Last UsedFeb 27, 2025

Marc Record

First DetectedDec 16, 2024 11:27:36 PM
Last File Modification TimeDec 17, 2024 08:28:53 AM
SuppressedRecord had no items

MARC Record

LEADER07308cam a22004697a 4500
001on1415721223
003OCoLC
00520241217082543.0
006m     o  d        
007cr |n|||||||||
008231222s2024    enk     o     000 0 eng d
019 |a 1416188649
020 |a 9781837632824|q (electronic bk.)
020 |a 1837632820|q (electronic bk.)
035 |a (OCoLC)1415721223|z (OCoLC)1416188649
037 |a 9781837630394|b O'Reilly Media
037 |a 10460896|b IEEE
040 |a YDX|b eng|c YDX|d ORMDA|d OCLCO|d EBLCP|d UKAHL|d OCLCQ|d IEEEE
049 |a MAIN
050 4|a QA76.73.J39
08204|a 005.2/762|2 23/eng/20240123
1001 |a Quinten, Joran,|e author.
24510|a BUILDING REAL-WORLD WEB APPLICATIONS WITH VUE.JS 3|h [electronic resource] :|b build a portfolio of Vue.js and TypeScript web applications to advance your career in web development /|c Joran Quinten.
250 |a 1st edition.
260 |a Birmingham, UK :|b Packt Publishing Ltd.,|c 2024.
300 |a 1 online resource
5050 |a Cover -- Title Page -- Copyright and credits -- Contributors -- Table of Contents -- Preface -- Part 1: Getting Started with Vue.js Development -- Chapter 1: Introduction to Vue.js -- Technical requirements -- The need for Vue.js -- Requirements and tooling -- Online resources -- Setting up the development environment -- Integrated development environment -- Vue.js DevTools -- My first app -- The project in the IDE -- Your first coding steps -- Summary -- Chapter 2: Creating a Todo List App -- A new project -- Cleaning up the default installation -- Building up the app
5058 |a Creating the ListItem component -- Creating the list -- Making a list -- Reactivity explained -- Sorting the list -- Preserving changes to the list -- Single File Components -- The Vue.js DevTools -- Inspecting a component -- Manipulating a component -- Summary -- Chapter 3: Building a Local Weather App -- Technical requirements -- Initializing the app -- Working with different types of APIs -- Handling data from a third-party API -- Constructing the API call -- Styling with Tailwind -- Utility classes -- Formatting data -- Custom style use cases -- Ensuring stability with Vitest
5058 |a Vue Test Utils -- Global test functions -- A simple component test -- Mocking external sources -- Mocking for success -- Unhappy path -- Testing with APIs -- Summary -- Chapter 4: Creating the Marvel Explorer App -- Technical requirements -- Getting started with our new project -- The Superhero connection -- Marvelous routes in a single-page application -- Optional parameters -- Paging Dr Strange -- A simple pagination component -- Composables, assemble! -- Refactoring useComics -- Reassembling functionalities -- Managing the roster -- Searching for heroes -- Adding search
5058 |a An overview with superpowers -- A different vision -- Handling the error -- Adding query parameters -- Summary -- Part 2: Intermediate Projects -- Chapter 5: Building a Recipe App with Vuetify -- Technical requirements -- A new Vue project -- Let's get cooking -- Quick development with Vuetify -- Connecting the recipes to our app -- A bit of additional setup -- Our API connection -- Selecting a recipe -- Adding and removing a meal -- Using Pinia for state management -- Stateful applications -- Adding Pinia -- The first store -- The meal planner store -- Computed store values -- Summary
5058 |a Chapter 6: Creating a Fitness Tracker with Data Visualization -- Technical requirements -- Creating a client -- Setting up the database -- Handling the user -- User store -- Authenticating users -- Protected routes -- Logging out -- App state -- Centralized dialog -- Centralized app menu -- Exercise tracking -- Selecting a date -- Adding a routine -- Saving to the database -- Our hard work visualized -- A view-based dashboard -- History and overview -- Graphs -- Summary -- Chapter 7: Building a Multiplatform Expense Tracker Using Quasar -- Technical requirements -- Setting up the database
520 |a Become a VueJS professional through practical projects like building a to-do list, weather app, recipe app, fitness tracker, quiz app, and more Key Features Increase your prospects of securing employment as a web developer Familiarize yourself with the Vue ecosystem and build more advanced applications by leveraging the fundamentals Progress at your own pace and build a personal project using a modern tech stack Purchase of the print or Kindle book includes a free PDF eBook Book Description In the ever-evolving web development landscape, Vue.js stands out with its intuitive design and progressive framework, empowering developers to create interactive and dynamic web applications. This book will help you stay in the forefront of modern web technologies by mastering Vue.js through hands-on projects and practical applications. Building Real-World Web Applications with Vue.js 3 is your guide to exploring the core concepts of Vue.js, setting up your development environment, and creating your first Vue.js application. You'll progress by building a recipe app using Vuetify, followed by leveraging data visualization to create a fitness tracker featuring dynamic dashboards using external databases and Vue-ChartJS. You'll then get to grips with multiplatform development with Quasar to deploy your app. As you develop an interactive quiz app, you'll be introduced to server-side logic with Nuxt.js, WebSockets for real-time communication, and client-server differentiation. Additionally, you'll study experimental object recognition using TensorFlow, leveraging machine learning and camera input, and conclude by creating a portfolio website with Nuxt and Storyblok. By the end of this book, you'll have the knowledge and confidence to create your own Vue.js applications and build a portfolio to showcase your Vue.js skills to potential employers. What you will learn Master VueJS fundamentals and best practices Build real-world applications and create a portfolio Use VueRouter and manage state with Pinia Implement Vuetify for rapid UI development Develop multiplatform apps with Quasar Framework Create interactive quizzes using WebSocket connections Apply TensorFlow for object recognition Build a portfolio website with Nuxt and Storyblok CMS Who this book is for This book is for aspiring Vue.js developers eager to dive into practical projects. Whether you're just starting your Vue.js journey or have basic knowledge of JavaScript and web technologies, this book is a valuable resource, taking a hands-on approach to establishing a solid foundation in Vue.js while working on a variety of real-world projects.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a JavaScript (Computer program language)|9 71103
650 0|a Web site development.|9 72879
77608|i Print version:|z 1837630399|z 9781837630394|w (OCoLC)1414162730
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781837630394/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH41899853
938 |a YBP Library Services|b YANK|n 305903472
938 |a ProQuest Ebook Central|b EBLB|n EBL31041451
994 |a 92|b VIA
999 |c 360339|d 360339