VueConf TO 2018
First ever Vue Conference in Canada. Biggest in North America + Great workshops & talks
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 Vue 3.0 Updates
- 📹 1 video
- 👤 Evan You
Evan You gives you the lowdown on Vue 3, showing how it will be faster, smaller, more maintainable, easier to target native, and make your life easier. For a complete text version of this video see our blog post on Vue 3.0. -
🎤 Vuetify, The Path to 2.0
- 📹 1 video
- 👤 John Leider
John Leider is the creator of Vutify, the component framework that utilizes Google’s Material Design Spec. In this talk John covers the new features and functionality that’s up and coming in Vuetify 2.0. Specifically, he’s looking to improve customization by making it easier to configure, using Material Design 2 custom themes, and allowing for the modificati… -
🎤 Visualizations using SVG, Canvas, and WebGL in Vue
- 📹 1 video
- 👤 Chris Fritz
It might not be obvious how to use Vue's reactive data with non-HTML web technologies, but it's easier than you might think. See how it's done, learn the tradeoffs of each technology, and gain tips to optimize performance. You'll be building stunning visualizations to impress clients and colleagues in less time than you think! -
🎤 Vue and Vuex: The good, the bad and the ugly
- 📹 1 video
- 👤 Filipa Lacerda
About two years ago GitLab added Vue to it's code stack. Although we're very happy with the match, not everything was smooth at first. -
🎤 Light, lazy asynchronous patterns for Vue Apps
- 📹 1 video
- 👤 Eduardo San Martin Morote
We keep shipping more and more features in our Web applications, and as a result, we ship heavier apps that take more time to load. So we use bundlers like webpack to split our application code into multiple bundles and load them asynchronously. As a result, we end up having asynchronous code pretty much everywhere in our apps. This means that we need to han… -
🎤 Nuxt.js 2.0
- 📹 1 video
- 👤 Sebastien Chopin
Webpack 4, hooks, modules, ESM, we will look at how Nuxt.js has improved and see how fast we can create Vue.js application (Universal, SPA, PWA...). We will also look at server-side rendering caveats and the best practice to keep in mind. -
🎤 Augmenting Shopify with Vue.js
- 📹 1 video
- 👤 Trudy MacNabb
Vue.js is a great way to add new functionality to an existing Shopify theme. Integrating Vue.js can leverage the data available in Shopify to provide improved customer experiences and sales opportunities (with or without the use of an extra Shopify app). -
🎤 A Token Walks Into a SPA
- 📹 1 video
- 👤 Ignacio Anaya
We often need to deal with token-based authentication when building Single Page Applications. There is a lot of fear, uncertainty and doubt when it comes to JWTs, so how can you be sure you are handling token-based auth properly? In this talk, I will cover best practices when it comes to implementing token-based authentication using JWTs in a Vue.js SPA. -
🎤 Easy 3D Graphics with Vue
- 📹 1 video
- 👤 Brian Jesse
Brian Jesse shows how easy it is to do 3D Graphics with Vue. Brian created Vue-BabylonJS, which uses the Babylon.js graphics engine which uses WebGL. In this talk, he shows how to get started with the library. -
🎤 Design Systems in Vue
- 📹 1 video
- 👤 Benjamin Michoux
Ben shows how RBC Wealth Management uses a design system to share code and keep the design consistent between many Vue applications. He mentions one key library to make this possible is sass-vars-loader, to use variables. -
🎤 Enhancing Cart Customization with Vue
- 📹 1 video
- 👤 Charles Ouellet
Charles is the co-founder of Snipcart, a custom e-commerce service for developers which recently went through a rewrite. In the talk Charles demonstrates a wonderful use-case for creating a custom rendering function for Vue, which allows developers using the Snipcart service to easily insert inject template code where needed. They also created Microcomponent… -
🎤 Vue Instance & Communication with the Outside World
- 📹 1 video
- 👤 Houmann Saffarzedeh
At BlastMotion, the company Houmaan works for, they wanted to migrate to Vue, so they started using it in small pieces of their front-end. Unfortunately, that meant there were places where Vue.js had to talk to the outside world (their JQuery code). In this talk, Houmaan shows how to communicate events between Vue.js code and outside JavaScript. -
🎤 nextTick Down to Business
- 📹 1 video
- 👤 Tessa Park
Tessa had a co-worker who was using nextTick but didn’t know why it made things work. In this talk, she seeks to discover and explain what nextTick does and where to use it. -
🎤 The Performance Alphabet
- 📹 1 video
- 👤 Henri Helvetica
Henri cares a great deal about web performance. In this talk, he leads you through his alphabet of performance tools and concepts that you should keep in mind to build performant applications. -
🎤 Vuetify, The Path to 2.0
- 📹 1 video
- 👤 John Leider
John Leider is the creator of Vutify, the component framework that utilizes Google’s Material Design Spec. In this talk John covers the new features and functionality that’s up and coming in Vuetify 2.0. Specifically, he’s looking to improve customization by making it easier to configure, using Material Design 2 custom themes, and allowing for the modificati…