Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Configuring the photo

lesson

Configuring the photoInteractive Vue.js Resume Builder

Configure the photo of the resume builder. Learn how to upload an image as a data url and toggle visibility.

Make styling configurable

lesson

Make styling configurableInteractive Vue.js Resume Builder

Make styling configurable with Vue.js class and style binding. Create a color input component, a select component, and more.

Toggling edit mode

lesson

Toggling edit modeInteractive Vue.js Resume Builder

Create a Vue.js toggle switch component and toggle the edit mode in the resume builder app.

Adding and removing entries

lesson

Adding and removing entriesInteractive Vue.js Resume Builder

Add and remove resume entries dynamically by learning how to work with arrays in Vue.js. Learn about conditional rendering with the v-if directive.

Improving the code structure

lesson

Improving the code structureInteractive Vue.js Resume Builder

Create Vue.js single file components and learn about slots, props, and custom events.

Editing the resume content

lesson

Editing the resume contentInteractive Vue.js Resume Builder

Make the resume content editable by learning the v-model and the v-on directive, methods, and how to handle events in Vue.js.

Component state and rendering data from it

lesson

Component state and rendering data from itInteractive Vue.js Resume Builder

How to render data from component state. Learn about Vue.js directives, and reactive rendering.

Basic markup and styling

lesson

Basic markup and stylingInteractive Vue.js Resume Builder

Add basic markup and styling to the resume app. Learn about scoped styling in Vue.js.

Project setup for building a Vue.js resume

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.

Why you should learn Vue.js

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.

Course introduction to "Build a Vue.js Resume"

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.

Closures inside loops

lesson

Closures inside loopsAdvanced JavaScript Unleashed

Explanation of the problem of closures inside loops and how to fix it

Avatar Image