Oreilly - Getting Started with Vue JS 2 - 9781789133721
Oreilly - Getting Started with Vue JS 2
by Sachin Bhatnagar | Publisher: Packt Publishing | Release Date: January 2018 | ISBN: 9781789133721


Master VueJS 2 for building super cool user interfaces and high performance web apps! About This VideoBuild and Integrate Vue micro apps into existing websites.Build complete data-driven single page web applications.Fetch data from third-party APIs.Use Vue's Single File Component architecture for building large-scale apps.Incorporate routing in your single page Vue apps.Power your Vue apps using Google's Firebase Realtime Database.Secure your Vue apps using Firebase Authentication.Deploy Vue apps on the web.In DetailOnce upon a time, JavaScript could only be used for simple form validators. Well, time has changed and if you're a web designer or developer, chances are that your next big project requires a cutting edge web application framework that offers state of the art features such as a Virtual DOM, Reactivity, Superhero performance, all with a feather light footprint. That is where Vue JS comes in. Vue JS is an amazing JavaScript framework for building high performance user interfaces but has enough ammo to power your next killer web application. In this beginner's course on VueJS, we will go from the absolute basics of a framework, including concepts such as DOM and setting up a development environment, to understanding core Vue features, essential workflows and best practices. You will work through 20+ hands-on exercises to solidify your command on essential Vue concepts. Vue offers the best of Angular and React and features a component based architecture that lets you break down your app or even an interface into manageable and scalable functional units. VueJS apps offer incredible performance that is neck to neck and even better than some of the leading web app frameworks in use today. Vue features a Virtual DOM that is lighter than the rest and delivers impeccable performance. If you're a web designer, developer or even a project manager with a goal to master or pick a web application framework for your project, but are too afraid to begin, then this is your chance to finally realize your dream. Vue is surprisingly simple to learn, which makes it a winner and enables existing production grade projects and teams to incrementally bring it into their ecosystem.
  1. Chapter 1 : Prologue
    • A Warm Welcome 00:00:35
    • What is VueJS ? 00:04:53
    • Anatomy of an app 00:08:04
    • Setting up for development 00:07:55
    • Hello Vue | First Steps 00:11:17
    • Hello Vue | Form Input 00:09:03
    • olleH euV | v-model and filter 00:08:24
    • The Virtual DOM 00:07:04
    • Reactive Data and The State 00:12:09
  2. Chapter 2 : Discovering Templates
    • Introduction to Templates 00:05:13
    • Using Strings 00:06:02
    • Using String Literals 00:02:52
    • Using Inline Templates 00:03:12
    • Using X-Templates 00:02:53
    • Using Render Functions 00:10:50
    • Using JSX 00:06:54
    • Summary 00:01:42
  3. Chapter 3 : Rendering Lists and Mor
    • Colored Boxes 00:07:36
    • A Simple Shopping Cart 00:14:05
    • A List Widget 00:13:23
    • Summary 00:03:33
  4. Chapter 4 : Data flow and components
    • One way data flow 00:10:31
    • Two way data binding 00:10:27
    • A Sales Request Form | Chapter One 00:10:34
    • A Sales Request Form | Chapter Two 00:09:57
    • A Sales Request Form | Chapter Three 00:05:13
    • A Sales Request Form | Chapter Four 00:06:48
    • Super Button 00:07:07
    • Rating Meter Reloaded 00:02:39
  5. Chapter 5 : Lifecycle Methods and lots more...
    • A Notification utility 00:11:02
    • An Image Carousel 00:12:24
    • An Image Carousel | Conclusion 00:06:08
    • A Weather App | Introduction & First Steps 00:14:56
    • A Weather App | Continued 00:08:14
    • A Weather App | Conclusion 00:08:07
    • Currency Converter 00:05:48
    • Currency Converter | Conclusion 00:10:41
    • Understanding Lifecycle Methods 00:06:25
    • Summary 00:02:26
  6. Chapter 6 : Introduction to Single File Components
    • Introduction to Single File Components 00:10:08
    • Introduction to Module Bundlers & Task Runners 00:06:20
    • Using Webpack - The Basics 00:03:46
    • Using Webpack - Setup | Part 1 00:13:22
    • Using Webpack - Setup | Part 2 00:08:30
    • Using Webpack - Palindrome App | Code 00:11:41
    • Getting back to Vue.js and Single File Components 00:03:09
    • The VUE-CLI and Getting Started with Eatsapp 00:10:21
    • Understanding the template structure 00:14:06
    • Downloading assets for this project 00:01:32
    • The core app component 00:10:06
    • Getting data from an API 00:11:34
    • The Data Object 00:05:47
    • The ListItem Shell 00:07:29
    • The ListItemPhoto component 00:09:31
    • The ListItemText component 00:07:48
    • The RatingMeter component 00:09:14
    • Listening to events 00:08:00
    • The InfoCard component 00:11:20
    • Building for production 00:02:24
    • Deploying the app 00:03:24
    • Summary 00:02:33
  7. Chapter 7 : Building an Address Book using Firebase
    • Introduction to the project 00:02:20
    • Setting up a Vue App 00:03:58
    • Downloading Assets 00:02:21
    • Understanding routing in a single page app 00:06:38
    • Implementing routing using the vue-router 00:10:28
    • The app shell 00:06:00
    • The Home component 00:04:55
    • The ContactListItem component 00:07:19
    • The AddContact component 00:06:28
    • The UserInput component: Input fields 00:10:21
    • The UserInput component: Social IDs 00:03:55
    • The UserInput component: Conditional styling 00:08:18
    • The UserInput component: Props & events 00:03:26
    • The AddContact component: v-model 00:07:52
    • Basic validation 00:05:27
    • The AddContact component: Clearing out the form 00:03:02
    • Setting up Firebase Realtime Database 00:09:19
    • Saving data to Firebase 00:09:32
    • Offline notification 00:09:54
    • Preloader and more 00:02:46
    • The ContactDetail component: Route parameters 00:06:47
    • The ContactDetail component: Template design 00:04:48
    • The ContactDetail component: Displaying data 00:08:43
    • The ContactDetail component: Watchers 00:06:37
    • The UserResponse component: Using slots 00:05:19
    • Deleting a contact 00:04:59
    • Deploying on Firebase 00:05:35
    • Summary 00:01:47
  8. Chapter 8 : Address Book | Adding Authentication
    • Introduction 00:01:27
    • The AuthUI component 00:03:32
    • Firebase authentication 00:05:10
    • Securing routes 00:07:27
    • Login and Logout 00:06:44
    • Getting the user's UID 00:03:27
    • Revisiting the database structure 00:08:20
    • Signup 00:04:25
    • Reset password 00:05:12
    • Displaying errors and messages 00:08:47
    • Deployment and Summary 00:03:37
  9. Chapter 9 : Epilogue or is it?
    • Yay! 00:00:41
    • BONUS LECTURE: Beyond the Basics & Facebook Group 00:00:48
  10. Oreilly - Getting Started with Vue JS 2

    9781789133721.Getting.Started.with.Vue.JS.2.part2.OR.rar

    9781789133721.Getting.Started.with.Vue.JS.2.part1.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss