10 Years of Independent OSS: A Retrospective

Rate this content
Bookmark

In this talk, Evan takes a look back at his open source journey, starting from hobby projects to today leading two of the most influential projects in the JavaScript ecosystem today: Vue and Vite. We will discuss the ups and downs during this journey, and also touch a bit on the future of the two projects.

This talk has been presented at JSNation 2024, check out the latest edition of this JavaScript Conference.

FAQ

Vue.js is a front-end JavaScript framework created in 2014 by an independent open source developer. It is used for building user interfaces and single-page applications.

Vue.js was created by an independent open source developer in 2014.

Vite is a front-end build tool created in 2020. It aims to provide a lean and extensible build tool that supports modern web development needs.

Vue.js has over 2.2 million users worldwide, 5 million weekly npm downloads, and over 1 billion monthly CDN requests on JSDeliver.

Major milestones for Vue.js include its first public release in February 2014, reaching version 1.0 in October 2015, version 2.0 in 2016, and version 3.0 in September 2020. Vue 2 was declared end of life in December 2023.

Open source developers often face challenges such as burnout, managing user expectations, handling the growing scope of projects, and balancing personal life with project responsibilities.

Vue.js is funded through a combination of sponsorships, partnerships with companies building commercial products on top of Vue, and contributions from the community.

The community plays a crucial role in Vue.js development, contributing code, maintaining libraries, organizing events, and supporting each other. The project relies on a collaborative effort rather than just the work of a single individual.

Future improvements for Vue.js include internal performance enhancements, such as a faster rewritten parser, significant memory usage reductions, and the development of new features like Vapor Mode for more performant components.

The philosophy behind Vite is to build a lean and extensible build tool that supports the modern web, takes a pragmatic approach to performance, and fosters a collaborative, cross-framework ecosystem.

Evan You
Evan You
33 min
13 Jun, 2024

Comments

Sign in or register to post your comment.

Video Summary and Transcription

This talk is a ten-year retrospective into the growth of the Vue.js framework as an open-source project. It highlights the challenges faced by open-source developers, the importance of finding balance and managing scope, and the collaborative nature of the Vue community. The talk also discusses the development of Vite as a build tool and the vision for a unified JavaScript toolchain. It emphasizes the need for community alignment, contributions, and testing, while acknowledging the challenges of bad actors in the open-source community.

1. Introduction to Ten Years of Open Source

Short description:

This talk is a ten-year retrospective into the ten years of work in open source. It covers my experience as an independent open source developer, starting with the release of Vue.js in 2014. I now work full-time on Vue, Vite, and other related projects. Vue is a front-end JavaScript framework with significant growth over the past ten years, with numerous GitHub commits, releases, stars, npm downloads, and a large user base. The scale of Vue's growth has exceeded my expectations.

Hello, everyone. Really excited to be here. This is in fact my seventh or eighth time in Amsterdam. But I want to get into the talk quick because it was really late until I realised I only have 20 minutes and I have 40 slides or something. I'm going to try to go quick, otherwise I won't be able to finish in time.

This talk is about a ten-year retrospective into the ten years of work in open source. About me, I'm an independent open source developer, and I've been independent since 2016, so that's a bit over eight years, but my first foray into open source was releasing Vue.js back in 2014. This year marks a ten-year of working on open source and building in the open. I'm now based in Singapore and works full-time on Vue, Vite, and a bunch of other related open source projects. Before going full-time, I briefly worked at Google, and then at a start-up called Meteor.js. That's enough about me.

Things I work on. I work on two things, mostly. One is Vue, which is a front-end JavaScript framework created in 2014. How many of you have heard about it? Thank you. The other tool is a front-end build tool called Vite. How many of you are using Vite? Wow. Okay, great. So Vite was created in 2020, about four years ago. So let's talk about Vue first. It's a ten-year-old project. It took a long time to get there. But if we take a brief snapshot of Vue today, we have two repositories on GitHub, one for Vue 2 and one for Vue 3. Combine these two repositories, we have over 9,000 commits, 500-plus releases, 250,000-plus GitHub stars, 5 million weekly npm downloads, and 2.2 million users worldwide. This is statistics from our dev tool extension. It has over 1 billion-plus monthly CDN requests on JSDeliver. Every year, I look at these numbers and marvel at the scale that Vue has grown into, and I think it's probably, people have asked me the same question so many times. Did you expect this to happen when you first started working on Vue? And the obvious answer is no. I had no idea what it's going to be like. No expectations whatsoever.

2. Early Days and the Journey

Short description:

I started working on Vue full-time after its humble beginning in 2014. The timeline of Vue's releases and updates shows its growth and evolution. Maintaining an open source project can lead to burnout due to high user expectations. However, the journey is similar to the technology adoption cycle, with initial excitement followed by challenges and eventual productivity.

Even when I decided I want to start working on it full-time. So it is a pretty amazing journey. But let's take a step back and think about, talk a bit about the early days. I won't dig into too much of the small stories of how it all started, why I got the idea. But the humble beginning in the early phases when I first launched Vue in February 2014, the result was I got a few hundred GitHub stars and I was over the moon about it. I was really excited. But that was just the beginning, so the excitement really didn't last that long, to be honest.

But let's take a look at the brief timeline. First release, with the name Vue.js was actually in 2013. It was private. I only put it on NPM but didn't tell anyone. The first public announcement is February 2014. It reached 1.0 in October 2015. 2.0 in 2016, 3.0 started in September 2018. And sublaunch, September 2020. 3.0 finally became the default in January 2020. And December 2023, we finally declared Vue 2 to be end of life. So that's a very, very quick overview, right? But I don't really want to spend this talk talking about all the little changes that happened over time about Vue. Because I want this talk to be more about the journey, the feeling, you know, the sort of how things have changed for me over the course of working on a project that grew beyond my expectations. So there were a lot of ups and downs.

A very obvious thing, if you look, dig into my GitHub profile and see, there is a graph here. So that's February 2014 when I first released Vue. And there were quite a few months right after that I didn't write any code on GitHub at all because I was quite burned out, right? So this happens quite a lot. How many of you here maintain an open source project? Not a lot of you. But if you've maintained an open source project over time, you probably experience some form of burnout, right? Because the expectation that open source users place on you, especially when you have a project that's grown bigger than you expected, is tremendous, right? So I like to make an analogy to this technology adoption cycle that many of you have probably seen. Usually when new technology comes out, there's this peak of inflated expectations. And then it just falls hard into this disillusionment phase where you're like, this is crap. And then you need to kind of just like get across that chasm to be able to go back to the slope of enlightenment and plateau of productivity at the end. So I make an analogy of that to open source involvement. When you get into open source, and this is personally for me, when I first got into open source, there is a peak of excitement and output.

QnA

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Vite: Rethinking Frontend Tooling
JSNation Live 2021JSNation Live 2021
31 min
Vite: Rethinking Frontend Tooling
Top Content
Vite is a next-generation build tool that leverages native ES modules for improved performance. It eliminates the need for bundling and improves hot module replacement. Vite provides an opinionated default configuration while still allowing advanced customization through plugins. It is framework agnostic and can be used for React and other applications. Vite is being adopted by Next.js and Create React App, and integration with Nuxt 3 offers significant speed improvements.
Everything Beyond State Management in Stores with Pinia
Vue.js London Live 2021Vue.js London Live 2021
34 min
Everything Beyond State Management in Stores with Pinia
Top Content
State management is not limited to complex applications and transitioning to a store offers significant benefits. Pinia is a centralized state management solution compatible with Vue 2 and Vue 3, providing advanced devtools support and extensibility with plugins. The core API of Pinia is similar to Vuex, but with a less verbose version of stores and powerful plugins. Pinia allows for easy state inspection, error handling, and testing. It is recommended to create one file per store for better organization and Pinia offers a more efficient performance compared to V-rex.
Welcome to Nuxt 3
Vue.js London Live 2021Vue.js London Live 2021
29 min
Welcome to Nuxt 3
Top Content
Nux3 has made significant improvements in performance, output optimization, and serverless support. Nuxt Bridge brings the Nitro engine for enhanced performance and easier transition between Nuxt 2 and Nuxt Read. Nuxt 3 supports Webpack 5, Bytes, and Vue 3. NextLab has developed brand new websites using Docus technology. Nuxt.js is recommended for building apps faster and simpler, and Nuxt 2 should be used before migrating to Nuxt 3 for stability. DOCUS is a new project that combines Nuxt with additional features like content modules and an admin panel.
One Year Into Vue 3
Vue.js London Live 2021Vue.js London Live 2021
20 min
One Year Into Vue 3
Top Content
Vue 3 has seen significant adoption and improvements in performance, bundle size, architecture, and TypeScript integration. The ecosystem around Vue 3 is catching up, with new tools and frameworks being developed. The Vue.js.org documentation is undergoing a complete overhaul. PNIA is emerging as the go-to state management solution for Vue 3. The options API and composition API are both viable options in Vue 3, with the choice depending on factors such as complexity and familiarity with TypeScript. Vue 3 continues to support CDN installation and is recommended for new projects.
Utilising Rust from Vue with WebAssembly
Vue.js London Live 2021Vue.js London Live 2021
8 min
Utilising Rust from Vue with WebAssembly
Top Content
In this Talk, the speaker demonstrates how to use Rust with WebAssembly in a Vue.js project. They explain that WebAssembly is a binary format that allows for high-performance code and less memory usage in the browser. The speaker shows how to build a Rust example using the WasmPack tool and integrate it into a Vue template. They also demonstrate how to call Rust code from a Vue component and deploy the resulting package to npm for easy sharing and consumption.
Vue: Feature Updates
Vue.js London 2023Vue.js London 2023
44 min
Vue: Feature Updates
Top Content
The Talk discusses the recent feature updates in Vue 3.3, focusing on script setup and TypeScript support. It covers improvements in defining props using imported types and complex types support. The introduction of generic components and reworked signatures for defined components provides more flexibility and better type support. Other features include automatic inference of runtime props, improved define emits and defined slots, and experimental features like reactive props destructure and define model. The Talk also mentions future plans for Vue, including stabilizing suspense and enhancing computer invalidations.

Workshops on related topic

Vue3: Modern Frontend App Development
Vue.js London Live 2021Vue.js London Live 2021
169 min
Vue3: Modern Frontend App Development
Top Content
Featured WorkshopFree
Mikhail Kuznetcov
Mikhail Kuznetcov
The Vue3 has been released in mid-2020. Besides many improvements and optimizations, the main feature of Vue3 brings is the Composition API – a new way to write and reuse reactive code. Let's learn more about how to use Composition API efficiently.

Besides core Vue3 features we'll explain examples of how to use popular libraries with Vue3.

Table of contents:
- Introduction to Vue3
- Composition API
- Core libraries
- Vue3 ecosystem

Prerequisites:
IDE of choice (Inellij or VSC) installed
Nodejs + NPM
Using Nitro – Building an App with the Latest Nuxt Rendering Engine
Vue.js London Live 2021Vue.js London Live 2021
117 min
Using Nitro – Building an App with the Latest Nuxt Rendering Engine
Top Content
Workshop
Daniel Roe
Daniel Roe
We'll build a Nuxt project together from scratch using Nitro, the new Nuxt rendering engine, and Nuxt Bridge. We'll explore some of the ways that you can use and deploy Nitro, whilst building a application together with some of the real-world constraints you'd face when deploying an app for your enterprise. Along the way, fire your questions at me and I'll do my best to answer them.
Monitoring 101 for React Developers
React Summit US 2023React Summit US 2023
107 min
Monitoring 101 for React Developers
Top Content
WorkshopFree
Lazar Nikolov
Sarah Guthals
2 authors
If finding errors in your frontend project is like searching for a needle in a code haystack, then Sentry error monitoring can be your metal detector. Learn the basics of error monitoring with Sentry. Whether you are running a React, Angular, Vue, or just “vanilla” JavaScript, see how Sentry can help you find the who, what, when and where behind errors in your frontend project. 
Workshop level: Intermediate
TresJS create 3D experiences declaratively with Vue Components
Vue.js London 2023Vue.js London 2023
137 min
TresJS create 3D experiences declaratively with Vue Components
Workshop
Alvaro Saburido
Alvaro Saburido
- Intro 3D - Intro WebGL- ThreeJS- Why TresJS- Installation or Stackblitz setup - Core Basics- Setting up the Canvas- Scene- Camera- Adding an object- Geometries- Arguments- Props- Slots- The Loop- UseRenderLoop composable- Before and After rendering callbacks- Basic Animations- Materials- Basic Material- Normal Material- Toon Material- Lambert Material- Standard and Physical Material- Metalness, roughness - Lights- AmbientLight- DirectionalLight- PointLights- Shadows- Textures- Loading textures with useTextures- Tips and tricks- Misc- Orbit Controls- Loading models with Cientos- Debugging your scene- Performance
Building Vue forms with VeeValidate
Vue.js London Live 2021Vue.js London Live 2021
176 min
Building Vue forms with VeeValidate
Workshop
Abdelrahman Awad
Abdelrahman Awad
In this workshop, you will learn how to use vee-validate to handle form validation, manage form values and handle submissions effectively. We will start from the basics with a simple login form all the way to using the composition API and building repeatable and multistep forms.

Table of contents:
- Introduction to vee-validate
- Building a basic form with vee-validate components
- Handling validation and form submissions
- Building validatable input components with the composition API
- Field Arrays and repeatable inputs
- Building a multistep form
Prerequisites:
VSCode setup and an empty Vite + Vue project.
Building Pinia From Scratch
Vue.js Live 2024Vue.js Live 2024
70 min
Building Pinia From Scratch
Workshop
Eduardo San Martin Morote
Eduardo San Martin Morote
Let's dive into how Pinia works under the hood by building our own `defineStore()`. During this workshop we will cover some advanced Vue concepts like dependency Injection and effect scopes. It will give you a better understanding of Vue.js Composition API and Pinia. Requirements: experience building applications with Vue and its Composition API.