---
title: "Companies using Vue.js"
description: "**Canonical URL:** https://jobspipe.dev/companies-using/vue"
canonical: https://jobspipe.dev/companies-using/vue
last_updated: 2026-09-10
---

# Companies using Vue.js

> Sun Life, Groupe Talents Handicap, Pearson and Sephora and more. Companies hiring for Vue.js right now, and the share of Vue.js postings by industry, country and company size, measured from live job postings.

**Canonical URL:** https://jobspipe.dev/companies-using/vue
**Category:** Frontend framework
**Measured:** 2026-09-09, from active postings on the ten collected boards whose text names the technology (deduplicated by posting id). Shares only, no counts.
**Share of active postings naming Vue.js:** 0.5%

Vue.js is the progressive frontend framework popular with teams that want React-style components with a gentler learning curve, and it has a strong following in Europe and Asia. Postings name it in frontend and full-stack roles, often with Nuxt.

Vue is visible to a website scan when it ships in the public bundle, and postings add the teams behind it. The overlap between the two is where you find companies whose public product and hiring both point at Vue.

## Companies hiring for Vue.js right now

_Companies with the most active postings naming Vue.js on the ten boards JobsPipe collects, as of 2026-09-09. Ordered by posting volume; counts are not published._

| Company | Domain | Website stack scan |
|---|---|---|
| Sun Life | [sunlife.com](https://sunlife.com) | https://jobspipe.dev/stack/sunlife.com |
| Groupe Talents Handicap | [groupe-talentshandicap.com](https://groupe-talentshandicap.com) | https://jobspipe.dev/stack/groupe-talentshandicap.com |
| Pearson | [plc.pearson.com](https://plc.pearson.com) | https://jobspipe.dev/stack/plc.pearson.com |
| Sephora | [inside-sephora.com](https://inside-sephora.com) | https://jobspipe.dev/stack/inside-sephora.com |
| RITUALS COSMETICS | [careers.rituals.com](https://careers.rituals.com) | https://jobspipe.dev/stack/careers.rituals.com |
| emeis | [emeis-group.com](https://emeis-group.com) | https://jobspipe.dev/stack/emeis-group.com |
| Defensie - La Défense | [mil.be](https://mil.be) | https://jobspipe.dev/stack/mil.be |
| lululemon | [lululemon.com](https://lululemon.com) | https://jobspipe.dev/stack/lululemon.com |
| Intact | [intactfc.com](https://intactfc.com) | https://jobspipe.dev/stack/intactfc.com |
| RBC | [rbc.com](https://rbc.com) | https://jobspipe.dev/stack/rbc.com |
| Deloitte | [deloitte.com](https://deloitte.com) | https://jobspipe.dev/stack/deloitte.com |
| Sopra Steria | [soprasteria.fr](https://soprasteria.fr) | https://jobspipe.dev/stack/soprasteria.fr |
| Konica Minolta Business Solutions | [kmbs.konicaminolta.us](https://kmbs.konicaminolta.us) | https://jobspipe.dev/stack/kmbs.konicaminolta.us |
| Canada Post | [canadapost.ca](https://canadapost.ca) | https://jobspipe.dev/stack/canadapost.ca |
| Metro | [metro.ca](https://metro.ca) | https://jobspipe.dev/stack/metro.ca |

## Where Vue.js shows up

### By industry (ISIC Rev.4 division of the employer)

- Software and IT services: 9.3%
- Financial services: 3.9%
- Employment and staffing: 3.1%
- Retail trade: 2.5%
- Public administration: 2.2%
- Legal and accounting: 2.0%
- Healthcare: 2.0%
- Motor vehicles: 1.3%

### By country (job location)

- France: 38.7%
- Canada: 22.4%
- United States: 12.3%
- India: 4.7%
- Germany: 2.3%
- United Kingdom: 1.8%

### By company size (employer headcount band, unknown excluded)

- 1000+ employees: 20.4%
- 201-1000 employees: 6.0%
- 1-50 employees: 4.5%
- 51-200 employees: 4.0%

## How JobsPipe detects Vue.js

Every posting is parsed for technology mentions: the title and description are matched against a curated lexicon and the matches are stored on the job as `technology_slugs`. A posting that names Vue.js carries the slug `vue`. The `skills_or` filter on `POST /v1/jobs/search` returns every such posting with its company, location, seniority and salary where stated.

```bash
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"skills_or": ["vue"], "status": "active", "limit": 24}'
```

This is a hiring signal, not a purchase record: a company can name Vue.js because it runs it, because it is migrating to or away from it, or because candidates are expected to know it.

## FAQ

### Which companies are hiring for Vue.js right now?

Sun Life, Groupe Talents Handicap, Pearson, Sephora, RITUALS COSMETICS and emeis are among the companies with the most active postings naming Vue.js across the ten job boards JobsPipe collects, as of 2026-09-09. The list on this page is a snapshot; the live version is one API query with skills_or set to ["vue"], grouped by company.

### Which industries use Vue.js the most?

Among active postings that name Vue.js, Software and IT services accounts for 9.3%, followed by Financial services at 3.9% and Employment and staffing at 3.1%. Industry is the ISIC Rev.4 division assigned to the employer of each posting.

### What size of company hires for Vue.js?

The largest band is 1000+ employees, at 20.4% of active postings naming Vue.js where the employer's headcount is known. Company size comes from the employer record attached to each posting and is unknown for a share of postings, which are excluded from the size split.

### How does JobsPipe know a company uses Vue.js?

JobsPipe extracts technology mentions from each posting's title and description against a curated lexicon and stores them on the job as technology_slugs. A company appears on this page when its active postings name Vue.js. It is a hiring signal, not proof of a purchase: a posting can name a technology a team is migrating away from or only wants experience with. Vue.js is one of the technologies a website scan can also see when it ships on the public site, so the scan and the hiring record confirm each other.

## Related

- **All company lists:** https://jobspipe.dev/companies-using
- **Technographics guide:** https://jobspipe.dev/technographics
- **Free tech-stack scan:** https://jobspipe.dev/stack
- **Jobs API:** https://jobspipe.dev/jobs-api
- **Sign up (free tier):** https://jobspipe.dev/signup

---
Generated from structured data. View the rendered page at https://jobspipe.dev/companies-using/vue.

---
Building this integration yourself? The steps above work. The alternative is one API over this source and 30+ others, already normalized and deduplicated. Try it right now - no key, no signup:

```bash
curl -X POST https://api.jobspipe.dev/v1/sandbox/jobs/search \
  -H "Content-Type: application/json" \
  -d '{"job_title_or":["software engineer"],"limit":5}'
```

Sample data, exact live schema. For live data get a free key (1,000 jobs/month) at https://jobspipe.dev/signup, then swap /v1/sandbox/jobs/search for /v1/jobs/search with an Authorization: Bearer header. Full agent index: https://jobspipe.dev/llms.txt?src=md-twin