1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| { name: 'Anily' age: 26, gender: '男', profession: 'Web Developer & Designer', experience: '4年', address: '中国·安徽', education: '本科', github: 'https://github.com/liushuai97', blog: 'http://liushuai97.github.io', email: 'liushuai93721@gmail.com', description: '还没到输出知识的程度,这里只是写着玩、吐槽、偶尔总结一下阶段所学。',
skills: [ ['Html5', 'CSS3', 'Javascript', 'ES6'], ['ElementUI', 'Bootstrap', '.Net MVC4.0'], ['Node', 'PHP', 'C#'], ['Vue', 'Recat'], ['Koa2', 'Nuxt.js'], ['Webpack', 'Grunt'], ['Git', 'SVN'], ['CentOS'] ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Microsoft Visual Studio'], ['Chrome DevTools', 'Postman'], ['Fork', 'Cornerstone'], ['SQL Server', 'MySQL', 'MongoDB', 'Redis'], ['Apache', 'Nginx', 'PM2'], ['FileZilla', 'Terminal'] ] }
|