Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20250212154330223_article-image.jpg

lesson

Better testing with Vue Test Utils30 Days of Vue

Today, we'll look at Vue’s official testing library called [**Vue Test Utils**](https://vue-test-utils.vuejs.org/) that makes testing fun and relatively easy.

https://s3.amazonaws.com/assets.fullstack.io/n/20250212154320771_article-image.jpg

lesson

Testing the App30 Days of Vue

Today, we'll start creating unit tests by looking at a few features of our application, thinking about where the edge cases are and what we assume will happen with the component.

https://s3.amazonaws.com/assets.fullstack.io/n/20250212154308920_article-image.jpg

lesson

Implementing Tests30 Days of Vue

Yesterday, we discussed the importance of testing and some of the different types of unit testing libraries/suites that exist. Today, we'll begin to see unit testing in action.

https://s3.amazonaws.com/assets.fullstack.io/n/20250212154300701_article-image.jpg

lesson

Introduction to Testing30 Days of Vue

Test suites are an upfront investment that pay dividends over the lifetime of a system. Today, we'll introduce the topic of testing and discuss the different types of tests we can write.

https://image.mux.com/zjke02BKqco7rwsnXJraVyxJAQWpaH9ybGJzo02wSmW2E/thumbnail.png?time=0

lesson

Project setup for building a Vue.js resumeInteractive Vue.js Resume Builder

How to setup a Vue.js project. Use create-vue to generate a new project. Learn about folder and file structure in Vue.js.

https://s3.amazonaws.com/assets.fullstack.io/n/20240312103120481_KatharinaSpiecker_InteractiveVue.jsResumeBuilder_1450.67x816_CoverImage.png

lesson

Why you should learn Vue.jsInteractive Vue.js Resume Builder

Get an overview about Vue.js and learn about why Vue is a progressive framework, the different APIs, and the virual DOM.

https://image.mux.com/9J1lRXiRtmYzH91xGvlTf501Omls01FOHJi5ZtH9FIhxU/thumbnail.png?time=0

lesson

Course introduction to "Build a Vue.js Resume"Interactive Vue.js Resume Builder

Course introduction to "Build a Vue.js Resume". Prerequisites, course content, and a look at the final product.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427114010253_article-image.jpg

lesson

How to Add Vue Router to an Application30 Days of Vue

With our application scaffold established in the last article, let's use Vue's official client-side routing library, **Vue Router**, to enable routing in our application.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427114005223_article-image.jpg

lesson

An Introdution to Routing in Vue with examples30 Days of Vue

The majority of large-scale applications we tend to create will usually have multiple views be kept in different routes. Today, we'll discuss client-side routing and set up the starting point of the routing application we'll build.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427114001197_article-image.jpg

lesson

How to Add Vuex to a Vue Application for State Management30 Days of Vue

With the knowledge of the Flux pattern and Vuex, let's integrate Vuex onto a Vue application to build on top of the things we've learned using a simple global store.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427113956044_article-image.jpg

lesson

How to Use Simple Global Store for Vue State Management30 Days of Vue

Yesterday, we gathered an understanding of how a global EventBus can use its events interface to have isolated components communicate with one another. Today, we’ll see how a **Simple Global Store** can be a more useful approach to handling state management.