{"id":13620431,"url":"https://github.com/lin-xin/blog","last_synced_at":"2025-05-15T15:06:30.161Z","repository":{"id":41280940,"uuid":"84431599","full_name":"lin-xin/blog","owner":"lin-xin","description":"林鑫的个人博客，用于总结平时工作和学习中的经验。","archived":false,"fork":false,"pushed_at":"2024-01-20T14:06:01.000Z","size":4518,"stargazers_count":1780,"open_issues_count":34,"forks_count":509,"subscribers_count":203,"default_branch":"master","last_synced_at":"2024-10-29T17:43:13.360Z","etag":null,"topics":["blog","html5","javascript","lin-xin","vue"],"latest_commit_sha":null,"homepage":"https://lin-xin.gitee.io/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lin-xin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-03-09T10:53:41.000Z","updated_at":"2024-10-12T17:31:03.000Z","dependencies_parsed_at":"2024-02-10T21:46:09.688Z","dependency_job_id":null,"html_url":"https://github.com/lin-xin/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-xin%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-xin%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-xin%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-xin%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lin-xin","download_url":"https://codeload.github.com/lin-xin/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","html5","javascript","lin-xin","vue"],"created_at":"2024-08-01T21:00:55.706Z","updated_at":"2025-05-15T15:06:30.142Z","avatar_url":"https://github.com/lin-xin.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# 林鑫个人博客 #\r\n用于总结自己平时工作和学习中的经验。[线上地址](https://lin-xin.github.io)\r\n\r\n订阅请 watch， 收藏点赞请 star， fork 好像没必要， 打赏请[微信扫码](https://lin-xin.github.io/images/weixin.jpg)\r\n\r\n## [Vue](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=vue)\r\n1. [Vue2 后台管理系统解决方案](https://github.com/lin-xin/manage-system)\r\n\r\n2. [基于vue2.0+vuex+localStorage开发的本地记事本](https://github.com/lin-xin/notepad)\r\n\r\n3. [Vuex 模块化实现待办事项的状态管理](https://github.com/lin-xin/blog/issues/5)\r\n\r\n4. [Vue.js 插件开发详解](https://github.com/lin-xin/blog/issues/9)\r\n\r\n5. [vue-schart：vue.js 的图表组件](https://github.com/lin-xin/blog/issues/17)\r\n\r\n6. [vue.js 组件之间传递数据](https://github.com/lin-xin/blog/issues/20)\r\n\r\n7. [vue-manage-system 后台管理系统开发总结](https://github.com/lin-xin/blog/issues/30)\r\n\r\n8. [vue项目中实现Excel文件的上传和下载](https://github.com/lin-xin/blog/issues/40)\r\n\r\n## [JavaScript](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=javascript)\r\n1. [JavaScript 中 this 的详解](https://github.com/lin-xin/blog/issues/6)\r\n\r\n2. [JavaScript 中 apply 、call 的详解](https://github.com/lin-xin/blog/issues/7)\r\n\r\n3. [JavaScript 中闭包的详解](https://github.com/lin-xin/blog/issues/8)\r\n\r\n4. [sChart.js：一个小型简单的图表库](https://github.com/lin-xin/blog/issues/16)\r\n\r\n5. [移动端图片上传旋转、压缩的解决方案](https://github.com/lin-xin/blog/issues/18)\r\n\r\n6. [Electron 实战桌面计算器应用](https://github.com/lin-xin/blog/issues/22)\r\n\r\n## [HTML5](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=HTML5)\r\n1. [HTML5 进阶系列：web Storage](https://github.com/lin-xin/blog/issues/11)\r\n\r\n2. [HTML5 进阶系列：indexedDB 数据库](https://github.com/lin-xin/blog/issues/12)\r\n\r\n3. [HTML5 进阶系列：拖放 API 实现拖放排序](https://github.com/lin-xin/blog/issues/13)\r\n\r\n4. [HTML5 进阶系列：canvas 动态图表](https://github.com/lin-xin/blog/issues/15)\r\n\r\n5. [HTML5 进阶系列：文件上传下载](https://github.com/lin-xin/blog/issues/19)\r\n\r\n6. [HTML5 桌面通知：Notification API](https://github.com/lin-xin/blog/issues/23)\r\n\r\n## [Node.js](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=node)\r\n1. [Node.js 入门：Express + Mongoose 基础使用](https://github.com/lin-xin/blog/issues/21)\r\n\r\n2. [Node.js 应用：Koa2 之文件上传下载](https://github.com/lin-xin/blog/issues/25)\r\n\r\n3. [使用 Node.js 开发简单的脚手架工具](https://github.com/lin-xin/blog/issues/27)\r\n\r\n4. [Node.js 应用：Koa2 使用 JWT 进行鉴权](https://github.com/lin-xin/blog/issues/28)\r\n\r\n5. [vue3 + tsrpc +mongodb 实现后台管理系统](https://github.com/lin-xin/blog/issues/41)\r\n\r\n## [React Native](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=react-native)\r\n1. [React Native组件集成到Android原生项目](https://github.com/lin-xin/blog/issues/26)\r\n\r\n## CSS3\r\n1. [玩转 CSS3 filter 滤镜](http://blog.gdfengshuo.com/2017/08/16/21)\r\n\r\n## [微信小程序](https://github.com/lin-xin/blog/issues?utf8=%E2%9C%93\u0026q=wxapp)\r\n1. [微信小程序之购物车功能](https://github.com/lin-xin/blog/issues/14)\r\n\r\n## [构建工具](https://github.com/lin-xin/blog/issues?q=label%3A%22web+tools%22)\r\n\r\n1. [gulp自动化压缩合并、加版本号解决方案](https://github.com/lin-xin/blog/issues/1)\r\n\r\n2. [精通 gulp 常用插件的功能和用法](https://github.com/lin-xin/blog/issues/2)\r\n\r\n3. [提高 webpack 构建 Vue 项目的速度](https://github.com/lin-xin/blog/issues/10)\r\n\r\n4. [Parcel：常见技术栈的集成方式](https://github.com/lin-xin/blog/issues/24)\r\n\r\n5. [Rollup.js: 开源JS库的打包利器](https://github.com/lin-xin/blog/issues/36)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-xin%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flin-xin%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-xin%2Fblog/lists"}