Hands-On Web Development with Vue.js [Video]
This course has been retired. Check out the alternatives below
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Getting a Rolling Start with Vue
- The Course Overview
- Creating Your First Vue App
- Rendering Lists and Leveraging Computed Properties
- Improving the App with Custom Methods
- Exploring the Vue Lifecycle
- Distributing Content with Components
- Working with the Vue DevTools
-
Starting Your Vue.js Application
- Building a Personal CRM
- Starting a New App with vue-cli
- Introducing Vue-Singlefile-Components
- Using External npm Packages
-
Working with Client-Side Data Management
- Creating New Data on the Fly
- Routing between Datasets
- Understanding V-Model
- Using Two-Way Computed Properties
-
Deep Dive into State Management
- Prioritizing Global State over Component State
- Building a Flux Store from Scratch
- Getting Started with Vuex
- Persisting Data in Local Storage
- Persisting Data with Firebase Firestore
-
Testing Vue Components
- Introduction to Jest and Writing the First Spec
- Testing a Vuex Store
- Introducing vue-test-utils
- Testing Nested Components
- Introduction to Snapshot Testing
-
Real World Tips and Tricks
- Tying Up Loose Ends of Our Application
- Passing Data from the Outside into Vue
- Using Vue with an Existing Stack
- Using Vue Mixins and Plugins
- Preparing Your Next Steps