Skip to content

Latest commit

 

History

History
131 lines (127 loc) · 3.5 KB

team-test.md

File metadata and controls

131 lines (127 loc) · 3.5 KB
layout title description
page
Meet the Team
The development of Vite is guided by an international team.
<script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamPageSection, VPTeamMembers } from 'vitepress/theme' const members1 = [ { avatar: 'https://github.com/yyx990803.png', name: 'Evan You', title: 'Creator', links: [ { icon: 'github', link: 'https://github.com/yyx990803' }, { icon: 'twitter', link: 'https://twitter.com/youyuxi' } ] }, { avatar: 'https://github.com/kiaking.png', name: 'Kia King Ishii', title: 'Developer', links: [ { icon: 'github', link: 'https://github.com/kiaking' }, { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } ] }, // { // avatar: 'https://github.com/kiaking.png', // name: 'Kia King Ishii', // title: 'Developer', // links: [ // { icon: 'github', link: 'https://github.com/kiaking' }, // { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } // ] // }, // { // avatar: 'https://github.com/kiaking.png', // name: 'Kia King Ishii', // title: 'Developer', // links: [ // { icon: 'github', link: 'https://github.com/kiaking' }, // { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } // ] // }, // { // avatar: 'https://github.com/kiaking.png', // name: 'Kia King Ishii', // title: 'Developer', // links: [ // { icon: 'github', link: 'https://github.com/kiaking' }, // { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } // ] // } ] const members2 = [ { avatar: 'https://github.com/yyx990803.png', name: 'Evan You', title: 'Creator', links: [ { icon: 'github', link: 'https://github.com/yyx990803' }, { icon: 'twitter', link: 'https://twitter.com/youyuxi' } ] }, { avatar: 'https://github.com/kiaking.png', name: 'Kia King Ishii', title: 'Developer', links: [ { icon: 'github', link: 'https://github.com/kiaking' }, { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } ] }, { avatar: 'https://github.com/kiaking.png', name: 'Kia King Ishii', title: 'Developer', links: [ { icon: 'github', link: 'https://github.com/kiaking' }, { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } ] }, // { // avatar: 'https://github.com/kiaking.png', // name: 'Kia King Ishii', // title: 'Developer', // links: [ // { icon: 'github', link: 'https://github.com/kiaking' }, // { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } // ] // }, // { // avatar: 'https://github.com/kiaking.png', // name: 'Kia King Ishii', // title: 'Developer', // links: [ // { icon: 'github', link: 'https://github.com/kiaking' }, // { icon: 'twitter', link: 'https://twitter.com/KiaKing85' } // ] // } ] </script> Meet the Team The development of Vite is guided by an international team, some of whom have chosen to be featured below. Team Emeriti Here we honor some no-longer-active team members who have made valuable contributions in the past.