Vue. js Quick Start Guide : Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. js.
(eBook)

Book Cover
Average Rating
Published
Birmingham : Packt Publishing, Limited, 2018.
Format
eBook
Edition
1st ed.
ISBN
9781789344172
Physical Desc
1 online resource (179 pages)
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

More Details

Language
English

Notes

Description
Vue.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.
Local note
Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2023. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Imsirovic, A. (2018). Vue. js Quick Start Guide: Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. js . Packt Publishing, Limited.

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

Imsirovic, Ajdin. 2018. Vue. Js Quick Start Guide: Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. Js. Birmingham: Packt Publishing, Limited.

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

Imsirovic, Ajdin. Vue. Js Quick Start Guide: Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. Js Birmingham: Packt Publishing, Limited, 2018.

Harvard Citation (style guide)

Imsirovic, A. (2018). Vue. js quick start guide: learn how to build amazing and complex reactive web applications easily using vue. js. Birmingham: Packt Publishing, Limited.

MLA Citation, 9th Edition (style guide)

Imsirovic, Ajdin. Vue. Js Quick Start Guide: Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. Js Packt Publishing, Limited, 2018.

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
e6ac1b68-b5d4-ea47-c2b1-348a52050d43-eng
Go To Grouped Work

Grouping Information

Grouped Work IDe6ac1b68-b5d4-ea47-c2b1-348a52050d43-eng
Full titlevue js quick start guide learn how to build amazing and complex reactive web applications easily using vue js
Authorimsirovic ajdin
Grouping Categorybook
Last Update2023-03-28 17:59:37PM
Last Indexed2025-04-30 02:06:32AM

Book Cover Information

Image Sourceebrary
First LoadedJul 4, 2023
Last UsedJun 5, 2025

Marc Record

First DetectedMar 28, 2023 06:04:58 PM
Last File Modification TimeMar 28, 2023 06:04:58 PM

MARC Record

LEADER06535nam a22004333i 4500
001EBC5568968
003MiAaPQ
00520230328122118.0
006m     o  d |      
007cr cnu||||||||
008230328s2018    xx      o     ||||0 eng d
020 |a 9781789344172|q (electronic bk.)
020 |z 9781789344103
035 |a (MiAaPQ)EBC5568968
035 |a (Au-PeEL)EBL5568968
035 |a (OCoLC)1061114108
040 |a MiAaPQ|b eng|e rda|e pn|c MiAaPQ|d MiAaPQ
050 4|a QA76.76.A65 I475 2018
0820 |a 005.3
1001 |a Imsirovic, Ajdin.
24510|a Vue. js Quick Start Guide :|b Learn How to Build Amazing and Complex Reactive Web Applications Easily Using Vue. js.
250 |a 1st ed.
264 1|a Birmingham :|b Packt Publishing, Limited,|c 2018.
264 4|c ©2018.
300 |a 1 online resource (179 pages)
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
5050 |a Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introducing Vue -- What is Vue? -- The quickest way to start using Vue2 -- Mustache template example -- Using Vue's data option as a function -- What problems does Vue solve? -- Vue, a jQuery successor -- A learning tool for beginners -- A versatile and progressive framework -- A tool for animations and transitions -- Features similar to other modern frontend frameworks and libraries -- Why use Vue? -- Declarative code -- Feels like a right fit for a variety of projects -- Easy-to-understand syntax -- Directives -- Modifiers -- Vue methods -- Computed properties and watchers -- Summary -- Chapter 2: Basic Concepts of Vue 2 -- Data-driven views in Vue -- What is reactivity? -- How does Vue achieve this? -- Computed properties and methods -- What exactly are these dependencies? -- Understanding components, templates, and props -- Adding props and data for better components -- Adding content to our components with the help of the data object -- Other ways of building component templates in Vue -- Building a simple web page out of components -- Adding simple components to a Vue instance -- Creating a more complex page out of components in Vue -- Improving our Vue-based layouts with v-for -- Watchers in Vue -- Lifecycle hooks -- What is a component's lifecycle? -- How do we use lifecycle hooks? -- Summary -- Chapter 3: Working with Vue-CLI, Components, Props, and Slots -- Vue component hierarchy, and global and local components -- Using Vue-CLI -- Installing Git bash -- Installing nvm -- Why use nvm? -- Installing and updating Vue-cli -- Initializing a new project with Vue-cli -- Setting up code editors to use with Vue -- Working with Vue.js in Sublime Text 3 -- Dowloading Sublime Text 3 -- Install Package Manager.
5058 |a Working with Vue.js in VS Code -- Installing VS Code and extensions -- The structure of our Vue-cli-based project -- Adding basic functionality to a child component -- Adding props to our HelloAgain.vue -- Passing data from children to parent components -- Introduction to slots -- Summary -- Chapter 4: Filters and Mixins -- Using filters -- An example of a filter that rounds up student grades -- Using filters as a replacement for conditional directives -- Chaining filters in Vue -- Working with mixins -- Building a simple app with repetitive functionality in different components -- Staying DRY with mixins -- Refactoring our viewportSize mixin -- Summary -- Chapter 5: Making Your Own Directives and Plugins -- Making our own directives -- Understanding custom directives -- Building a simple custom directive -- Using local directives -- Passing values to custom directives -- Working with Vue plugins -- Creating the simplest possible Vue plugin -- Creating a plugin with options defined -- Publishing a Vue plugin -- Adding a simple plugin -- Installing our NPM plugin in a Vue project using Vue CLI 3 -- Additional plugins to learn from -- Summary -- Chapter 6: Transitions and Animations -- Transitions and animations in CSS -- How CSS transitions work -- How CSS animations work -- Differences between transitions and animations in CSS -- Rules for CSS transitions -- Rules for CSS animations -- The transition element in Vue -- Setting up the enter transition -- Setting up the leave transition -- Naming transition components -- CSS animations with transition component -- Custom transition classes -- Combining transition modes, duration, keys, and v-if -- Binding CSS styles in Vue -- Animating a button on click with dynamic CSS classes -- Working with transition groups -- JavaScript animation hooks -- Summary -- Chapter 7: Using Vuex -- What is state?.
5058 |a State management, data stores, and one-way data flows -- The Vuex state management pattern -- The store -- Getters in the Vuex store -- Vuex store mutations -- Actions in Vuex store -- Hot reloading -- Building a fruit counter app with Vuex -- Using the Vue DevTools plugin to track our Vuex state -- Improving our fruit counter app -- Summary -- Chapter 8: Using Nuxt.js and Vue-Router -- Single-page applications and server-side rendering -- Installing Nuxt.js and previewing the default project -- Installing Nuxt.js with the vue init command -- Debugging an eslint error -- Installing with create-nuxt-app -- Editing the index.vue file -- Nuxt pages as routes -- Adding navigation to Nuxt apps via the components folder -- Adding content to our Nuxt app's pages -- Adding page transitions to our Nuxt.js app -- Summary -- Other Books You May Enjoy -- Index.
520 |a Vue.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.
588 |a Description based on publisher supplied metadata and other sources.
590 |a Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2023. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
650 0|a Application software-Development.
655 4|a Electronic books.
77608|i Print version:|a Imsirovic, Ajdin|t Vue. js Quick Start Guide|d Birmingham : Packt Publishing, Limited,c2018|z 9781789344103
7972 |a ProQuest (Firm)
85640|u https://ebookcentral.proquest.com/lib/pit/detail.action?docID=5568968|z Click to View