1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| { name: '若拙' age: 29, gender: '男', profession: 'FrontEnd Developer', experience: '6', address: '上海市普陀区', education: '本科', github: 'https://github.com/OVYVO', email: 'vue12306@163.com', description: '大瓢贮月归春瓮,小杓分江入夜瓶',
skills: [ ['Html', 'JavaScript(es6+)', 'TypeScript'], ['Vue','Nuxt','Taro','React'], ['AntDesign', 'Element', 'Vant', 'Echarts', 'Three.js'], ['Vite', 'Webpack', 'Rollup' 'Gulp'], ['Pnpm', 'Yarn', 'Npm'], ['CSS', 'Less', 'Sass'], ['Git', 'Node'] ] }
|