VueWeekly.dev

Archive

The transition to Fullstack Digest

Hi πŸ‘‹,

We've been running Vue Weekly for a while now and you may have noticed that we've been a bit behind recently...so we've decided to revamp the structure. We love Vue.js. But, the frontend is one part of the story and there are lots of cool and interesting projects that we see and use that we'd like to share.

For that reason, we're sunsetting Vue Weekly and turning our focus to Fullstack Digest. Same structure but with curated content focusing on all aspects of development (frontend, backend, DevOps, machine learning, tips and tricks).

Vue.js will always have a special place in our hearts and we promise to continue to showcase the ecosystem. This change gives us more flexibility to include other technologies and posts that will power-up your developer experience.

#29
August 13, 2021
Read more

VueWeekly.dev - Issue #27 - VuePress Apps with Auth0 + VS Code for Vite πŸ”’

Hello VueWeekly Readers!

We’ve been rather busy, but are looking to get back to the regular weekly cadence you all have grown accustomed to! Without further ado, here’s whats new with Vue!

Releases


#28
May 7, 2021
Read more

VueWeekly.dev - Issue #26 - Vite 2.0 + Storybook Support for Vue 3⚑

Hello VueWeekly Readers!

Sorry for the lack of updates the past couple weeks. We’ve been rather busy, but are looking to get back to the regular weekly cadence you all have grown accustomed to! Without further ado, here’s whats new with Vue!

Releases


#27
March 1, 2021
Read more

VueWeekly.dev - Issue #25 - Vuex v4 is HERE + Scaffolding Your First Vite Project ⚑

Releases


Vuex v4.0.0 πŸŽ‰

#26
February 5, 2021
Read more

VueWeekly.dev - Issue #24 - Vite 2 + Bare & Accessible Components with ChΕ«shō πŸ”²

Releases


Vite 2 - Beta 57

#25
January 30, 2021
Read more

VueWeekly.dev - Issue #23 - Vue.js Reflections for 2020-2021 + Get Started with Nuxt πŸŒ™

Releases


Snowpack 3.0 ⛄️

#24
January 22, 2021
Read more

VueWeekly.dev - Issue #22 - The future of vite + Oruga UI & Element UI for Vue 3 🎨

Happy New Year! Below is a jam-packed issue to catch you up on all of the recent happenings. Enjoy!


Releases


#23
January 11, 2021
Read more

VueWeekly.dev - Issue #21 - History and Persistence in Vue 3 + State of Vue.js Survey 2021 πŸ—“οΈ

Releases


vue-router-next v4.0.1

#22
December 14, 2020
Read more

VueWeekly.dev - Issue #20 - How the Heck Does Vite Work + Vue vs. Svelte βš”οΈ

Vue v3.0.4 Release

https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md

How The Heck Does Vite Work - A comparison to Webpack

#21
December 7, 2020
Read more

VueWeekly.dev - Issue #19 - Vue Core Library Updates + Next Gen UI Libraries 🎨

Storybook 6.1

Engineered for rapid UI development


#20
November 27, 2020
Read more

VueWeekly.dev - Issue #18 - SFC style CSS variable injection + Component Libs & Design Systems

SFC style CSS variable injection (new edition)

This is an improved alternative of the previous version (<style vars> as proposed in #226)

<template>
  <div class="text">hello</div>
</template>

<script>
  export default {
    data() {
      return {
        color: 'red',
        font: {
          size: '2em'
        }
      }
    }
</script>

<style>
  .text {
    color: v-bind(color);

    /* expressions (wrap in quotes) */
    font-size: v-bind('font.size');
  }
</style>

#19
November 20, 2020
Read more

VueWeekly.dev - Issue #17 - VueConf Videos + Equal UI

Equal UI

#18
November 13, 2020
Read more

VueWeekly.dev - Issue #16 - Jam Packed Issue! + Non-reactive Objects in Vue Composition API 🎈

Non-reactive Objects in Vue Composition API

Vue's reactivity magic is one of the most attractive aspects of Vue.js. You define your state and your UI updates whenever the reactive state changes.

But sometimes you don't want reactivity at all, the composition API makes it very easy to do so.


lucia

#17
November 6, 2020
Read more

VueWeekly.dev - Issue #15 - Visual Vue Coding Teaser + What Vue Does Better Than React πŸ‘€ πŸ‘€

What Vue.js Does Better Than React

I've been a React engineer for the past 5 years. I love React. I love making React applications. I think it's one of the best UI frameworks available right now. However, there are a few competitors in this space. One of the biggest is Vue.js.


#16
October 30, 2020
Read more

VueWeekly.dev - Issue #14 - Streaming from the browser with Nuxt + Testing Vue 3 apps πŸŽ₯

Streaming from the browser with Nuxt using sockets and ffmpeg

#15
October 23, 2020
Read more

VueWeekly.dev - Issue #13 - Announcing Ionic Vue + State Management in Vue 3 πŸ•΅οΈ

Announcing Ionic Vue

#14
October 16, 2020
Read more

VueWeekly.dev - Issue #12 - Vue 3 Tutorial - Full Course 10 Hours 10 apps + Powering Vite with esbuild 🌟

Vue 3 Tutorial - Full Course 10 Hours 10 apps

Vue js tutorial full course for beginners to advanced. Building 10 projects in 10 hours Using Vue 3 composition API - setup, teleport, reactivity, and ref .

Vue 3 Tutorial will start from very basics and teach you how to use TensorFlow and firebase with your vuejs in this full course of 10 hours by building 10 different apps

🌟 Technologies Covered 🌟

  • πŸ”Έ Tensorflow JS
  • πŸ”Έ Netlify
  • πŸ”Έ Vue 3
  • πŸ”Έ Vuex v4
  • πŸ”Έ Vue Router v4
  • πŸ”Έ Firebase Authentication
  • πŸ”Έ Firebase Real-Time Database
  • πŸ”Έ CrudCrud & reqres API
#13
October 9, 2020
Read more

VueWeekly.dev - Issue #11 - Big Releases - VeeValidate 4 Beta Released + Vectre Component Framework 🎁

Vectre

Vectre is a set of lightweight, simple and responsive Vue components based on Spectre CSS

  • Clean, responsive and consistent design system
  • Only about 14kb min+gzip (plus ~9kb Spectre CSS)
  • Supports Typescript and TSX
  • Improved performance of most components thanks to functional components
  • Optimized for legacy browsers
  • Focus on usability and rapid development
  • Tree shaking
#12
October 2, 2020
Read more

VueWeekly.dev - Issue #10 - A look at the first Vue release 6+ years ago + VuePress 1.6 πŸ“†

VuePress v1.6.0 Released!

#11
September 25, 2020
Read more

VueWeekly.dev - Issue #9 - Vue 3.0.0 RELEASED πŸš€ πŸŽ‰

The official release of Vue.js 3.0 "One Piece"

Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework.

Hats off to the core team and all those who contributed!

#10
September 18, 2020
Read more

VueWeekly.dev - Issue #8 - The (new) Ionic Vue Beta + Interviews with Evan πŸŽ™οΈ

Announcing the (new) Ionic Vue Beta

#9
September 11, 2020
Read more

VueWeekly.dev - Issue #7 - VueConf Toronto 2020 + Nuxtify-ing Everything πŸŽ‰

VueConf Toronto 2020

Get your FREE tickets for the largest Vue.js virtual conference in the world. Join Vue core team members and other 10k+ developers from more than 100 countries to learn all about the latest of Vue.js and related technologies.

Are you attending? We are!

#8
September 4, 2020
Read more

VueWeekly.dev - Issue #6 - Vue 3 RC6 Released + Vite Starter Templates πŸ––

Vue 3 RC6 Released!

#6
August 21, 2020
Read more

VueWeekly.dev - Issue #5 - Handling Asynchrony in Vue 3 + Comparing Vue and React πŸ‘€

Handling Asynchrony in Vue 3 / Composition APIβ€Šβ€”β€ŠPart 1: Managing Async state

In Part 1 of a three-part series, the author steps through real-world use cases of the Composition API. The <Suspense> example immediately caught our eye.

#5
August 14, 2020
Read more

VueWeekly.dev - Issue #4 -9 Vue Techniques to Master + FullStack Templates & Boilerplates using Vue πŸ—οΈ

Have You Mastered These 9 Vue Techniques?

A nice refresher on some of the lesser-known features. One of our favorites, functional components πŸ˜„:

<template functional>
  <div class="book">
     
  </div>
</template>
#4
August 7, 2020
Read more

VueWeekly.dev - Issue #3 - Writing A Vite Plugin + Using Storybook in your NuxtJS project ✨

Writing A Vite Plugin

Vite plugin

Vite has gotten a lot of buzz recently, but what does it mean for developers? No better way to gain an appreciation than by stepping through an example!

With Vue 3 recently reaching release candidate, it’s a great time to dive in and give it a try. To get started right now you’ll need to use vite, the new web dev build tool from the creators of Vue. Vite offers a new plugin system for extending vite’s capabilities. Today we’ll take a look at setting up a simple vite plugin.

#3
July 31, 2020
Read more

VueWeekly.dev - Issue #2 - vue-cli adds support for Vue 3 + Using the Composition API in React components πŸ™Œ

vue-cli adds support for Vue 3 (beta) in v4.5

Ready to test out a new application with Vue 3?

This version adds first-class Vue 3 support (for preview). You no longer need vue-cli-plugin-vue-next to serve and build Vue 3 projects.

vue-cli preview

#2
July 24, 2020
Read more

VueWeekly.dev - Issue #1 - Vue RFC #182 SFC Improvements + Nuxt.js Making Headwinds

Vue RFC #182 SFC Improvements

SFC Improvements RFC

Big props to Evan and the Vue core team for getting these improvements into the Vue 3 betas in 2 weeks. Especially looking forward to using the state-driven CSS vars πŸŽ‰.

This PR includes 3 RFCs related to improving the authoring experience of Vue SFCs.

#1
July 17, 2020
Read more
Brought to you by Buttondown, the easiest way to start and grow your newsletter.