Third edition of the International conference about Vue in Italy - happening online.

Thursday 29th April 2021

10:00 Composable Vue 3
Talk by Anthony Fu (45 minutes)

Brief intro to the Composition API, along with some tips/pattern for writing good composable functions.

11:15 Nuxt.js and the Composition API
Talk by Alexander Lichter (45 minutes)

Vue 3 and the Composition API are out for a bit now... but what is about Server-Side Rendering with the composition API, especially when using Nuxt.js? In this talk, we take a look at use cases and features of the Nuxt Composition API module.

12:00
5
Testing with Vite and the Cypress Component Test Runner
Talk by Jessica Sachs (45 minutes)

Introducing Cypress's NEW Component Test Runner. We'll demonstrate an exciting, fast, and visual developer workflow built on top of Vite and Cypress's new Component Test Runner.

14:30
0
A sneak peek into the future headless eCommerce
Talk by Samuel Snopko (1 hour)

Join us as we look into our crystal ball and predict the future! Jamstack brought us the decoupled (not dystopian 😇) architecture. This new wave of SaaS products and services is here to stay. The advantages are clear: - better UX - better DX - faster websites - more effective development - previews with real-time editing experience - no need to know everything - we can focus! It’s clear that the industry will see continued growth in Jamstack & headless. Join me to learn how to take advantage of these technologies to build an eCommerce solution with Nuxt, Vue Storefront, BigCommerce and Storyblok, the headless CMS.

15:30 A Better Design-Dev Handoff Experience: Code-based Design System
Talk by James Heda Weng (45 minutes)

The Design-Dev handoff workflow has always been a tricky part of our work: It's never easy to 100% replicate the design with code and it's hard to maintain interface consistency on the long run with a graphic-based design system. However, designers and developers have a lot of ideas in common: designers put a lot of effort on interface consistency and developers would like to have a clean infrastructure with reusable components. How about we fill the gap between design and dev and work together in a unified workflow? In this talk, we will explore the idea of translating your graphic-based design system to a new code-based system with a better design-dev handoff experience. My thesis that we mentioned in the talk, for anyone who's interested: https://mega.nz/file/WUUjxIiQ#qe4LNdPROn-3Rv8z4NBt17uFcz_1Ryy-ayZ3pPsKfbQ

16:45
2
The magical combination for creating a modern website.
Talk by Tim Benniks (45 minutes)

I recently rebuilt the site with several tools, the combination of which is ideal for modern web development. I’m excited about the result of the revamp. Let’s see how long that thrill lasts!

17:30 Introducing Vuex in your project
Talk by Denny Biasiolli (45 minutes)

How to add and use Vuex in an existing project without going crazy, also adding tests, which never hurts.