Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Katharina
Most Recent
Most Popular
Highest Rated
Reset
Where to take it from here

lesson

Where to take it from hereInteractive Vue.js Resume Builder

Explore the documentation further and try it out in this app.

Save the resume configuration

lesson

Save the resume configurationInteractive Vue.js Resume Builder

Save the resume configuration by learning about Vue.js lifecycle hooks, localStorage, and JavaScript Blob objects.

Export resume as PDF

lesson

Export resume as PDFInteractive Vue.js Resume Builder

Add an export as PDF functionality to the resume builder. Integrate the jsPdf library into your app.

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.