10 Enterprises You Didn't Know Were Using Vue.js

If you listen around on the web, Vue.js is consistently named as one of the "big 3" JavaScript frameworks (Vue / React / Angular) chosen by enterprises and companies all around the world.

In our opinion, Vue.js is perfect for bigger companies – especially as it makes switching easy. They don't have to migrate everything to a new framework at once and can just start using Vue for encapsulated components and features. That takes a lot of stress out of this stack decision.

It seems like many enterprises agree with us! We see more and more (parts of) websites powered by Vue.js while browsing, and always get excited when the green "V" lights up in our dev tools.

We collected the ones you maybe didn't know about yet here! 🀸‍♀️

Nintendo

Nintendo is using Vue.js for various parts of their online presence. First, some versions of their regional websites in Europe (f.ex. Germany or France) are developed using Vue.js. The .com is still running on React, but we'll be on the lookout for a relaunch πŸ˜„

Nintendo Official Nintendo Website (Europe)
icon-eye-dark Created with Sketch. 6.577

They also use it for (globally available) stand-alone parts like their My Nintendo network, where you can join their reward system.

My Nintendo Reward System for Nintendo accounts
icon-eye-dark Created with Sketch. 17.936

Louis Vuitton

A high-quality framework for high-quality products: Louis Vuitton's website is running on Vue.js & Nuxt!

Louis Vuitton E-Commerce Website
icon-eye-dark Created with Sketch. 21.640

Google

Google's Career Platform, including their job board on careers.google.com is built with Vue.js!

Google Careers Google's Career Platform
icon-eye-dark Created with Sketch. 8.217

Adobe

Adobe is also using Vue.js for multiple projects. First and foremost their showcase platform for creative work, Behance, is developed with Vue.

Behance Creative Network
icon-eye-dark Created with Sketch. 4.855

But they also develop smaller projects like advertorials in newspapers with Vue – like the advertorial "Schrift Bewegt" ("Type Moves") for the german newspaper Süddeutsche Zeitung.

Schrift Bewegt Advertorial Website for Adobe
icon-eye-dark Created with Sketch. 1.608

BMW

BMW USA built a car configurator with Vue.js. It lets you build the BMW of your dreams, showing you how it looks like in different colours, with different wheels or upholstery. It also walks you through choosing different feature packages according to your needs.

Build Your BMW BMW Car Configurator
icon-eye-dark Created with Sketch. 5.253

Namecheap

While there are parts of Namecheap's web services that are powered by React, there are also some running on Vue.js! Their landing page for their hosting services even uses both!

They have also built a free logo maker application completely with Vue.js.

icon-eye-dark Created with Sketch. 4.407

Trustpilot

Company review platform Trustpilot is completely powered by Vue.js 🀩

Trustpilot Company Review Platform
icon-eye-dark Created with Sketch. 3.428

Upwork

Upwork is using Vue.js for parts of their freelancer platform, like the overview of freelancers in specific categories – see f.ex. the web developer category!

Upwork Work Marketplace
icon-eye-dark Created with Sketch. 5.751

Bilibili

Bilibili, the chinese video sharing platform is #madewithvuejs. In case you don't know bilibili, often referred to as "B station": It's mainly popular for watching and commenting videos together. So-called "bullet comments" by users are displayed above the video while you watch it, making it more of a community experience. A super interesting concept! The site is focused on anime, comics and games.

Bilibili Video Sharing Platform
icon-eye-dark Created with Sketch. 3.448

Apple

Apple used Vue.js for their tutorial website for the new SwiftUI. Now we're waiting for them to use it on apple.com as well, obviously πŸ˜„ 

Apple SwiftUI Tutorials Tutorial Site for Apple's SwiftUI
icon-eye-dark Created with Sketch. 14.335


As you can see, many enterprises are using Vue.js for small, encapsulated parts of their applications and websites. Maybe they use these projects as a test run for a stack decision, or they just use Vue.js so they can develop and deliver results faster – who knows?

In any case, they have discovered the advantages already, and we're convinced we'll be seeing a lot more of their Vue.js experiments in the future!

Similar Articles
Vue 3 State Management Guide
07.01.2022
Our approaches to Vue state management are changing. What library to use now? Do you even need a state management library any more? Consider this article your summary of current state management concepts & resources for Vue 3!
Advanced Vue.js Performance Monitoring
24.10.2022
In this article we're exploring how we can we keep track of our app's performance over time and what our metrics & goals should be. Including: Tips for automated audits and Vue component performance measuring!