Home / File/ team.js — vite Source File

team.js — vite Source File

Architecture documentation for team.js, a javascript file in the vite codebase.

Entity Profile

Source Code

export const core = [
  {
    avatar: 'https://www.github.com/yyx990803.png',
    name: 'Evan You',
    title: 'Creator',
    org: 'Vue.js',
    orgLink: 'https://vuejs.org/',
    desc: 'Independent open source developer, creator of Vue.js and Vite.',
    links: [
      { icon: 'github', link: 'https://github.com/yyx990803' },
      { icon: 'x', link: 'https://x.com/youyuxi' },
      { icon: 'bluesky', link: 'https://bsky.app/profile/evanyou.me' },
    ],
    sponsor: 'https://github.com/sponsors/yyx990803',
  },
  {
    avatar: 'https://www.github.com/patak-dev.png',
    name: 'Patak',
    title: 'A collaborative being',
    org: 'StackBlitz',
    orgLink: 'https://stackblitz.com/',
    desc: 'Core team member of Vite. Team member of Vue.',
    links: [
      { icon: 'github', link: 'https://github.com/patak-dev' },
      { icon: 'bluesky', link: 'https://bsky.app/profile/patak.dev' },
      { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@patak' },
    ],
    sponsor: 'https://github.com/sponsors/patak-dev',
  },
  {
    avatar: 'https://www.github.com/antfu.png',
    name: 'Anthony Fu',
    title: 'A fanatical open sourceror',
    org: 'NuxtLabs',
    orgLink: 'https://nuxtlabs.com/',
    desc: 'Core team member of Vite & Vue. Working at NuxtLabs.',
    links: [
      { icon: 'github', link: 'https://github.com/antfu' },
      { icon: 'bluesky', link: 'https://bsky.app/profile/antfu.me' },
      { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@antfu' },
    ],
    sponsor: 'https://github.com/sponsors/antfu',
  },
  {
    avatar: 'https://github.com/bluwy.png',
    name: 'Bjorn Lu',
    title: 'Open Source Developer',
    desc: 'Building tools for fun.',
    links: [
      { icon: 'github', link: 'https://github.com/bluwy' },
      { icon: 'bluesky', link: 'https://bsky.app/profile/bluwy.me' },
      { icon: 'twitter', link: 'https://twitter.com/bluwyoo' },
      { icon: 'mastodon', link: 'https://elk.zone/m.webtoo.ls/@bluwy' },
    ],
    sponsor: 'https://bjornlu.com/sponsor',
  },
  {
    avatar: 'https://github.com/sapphi-red.png',
    name: 'green',
    title: 'Web Developer',
// ... (162 more lines)

Frequently Asked Questions

What does team.js do?
team.js is a source file in the vite codebase, written in javascript.
Where is team.js in the architecture?
team.js is located at docs/_data/team.js (directory: docs/_data).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free