# blog
**Repository Path**: ch1214/blog
## Basic Information
- **Project Name**: blog
- **Description**: 个人的心得积累 包含js vue react
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-11-15
- **Last Updated**: 2022-11-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 文章列表
### 学习笔记
- 2月份知识归纳
- webpack5笔记
- vue3.0与react hook实现Dropdown组件
- vue3初探(类比react新特性)
- 五月篇
- 六月篇
- 七月篇
- 八月篇
- 九月篇
- 十月篇
- react笔记
- 原生微信小程序笔记
### Vue
- vue组件发布到NPM
* [vue 配置webpack的路径别名 @符号的使用](https://github.com/sgr-coderChen/blog/issues/1)
* [vue自定义组件v-model的实现和原理剖析(含vue3.0)](https://github.com/sgr-coderChen/blog/issues/11)
* [vue组件API插件式调用 - vue-create-api的使用](https://github.com/sgr-coderChen/blog/issues/12)
* [vuedraggable拖拽组件-多列拖拽示例(附其中一列数据为空无法拖拽的解决方案)](https://github.com/sgr-coderChen/blog/issues/13)
* [vue 中$attrs $listeners inheritAttrs使用(常用于封装高阶组件,第三方组件)](https://github.com/sgr-coderChen/blog/issues/15)
* [pc实现浏览器打印(window.print的使用)](https://github.com/sgr-coderChen/blog/issues/17)
* [vue 组件递归tree组件(简单demo)](https://github.com/sgr-coderChen/blog/issues/18)
* [pdf.js 在线预览 (部署在服务器上)](https://github.com/sgr-coderChen/blog/issues/19)
* [h5 手机键盘弹起的兼容问题](https://github.com/sgr-coderChen/blog/issues/20)
### React Native
* [React Navigation 5.X createBottomTabNavigator静态化与动态化](https://github.com/sgr-coderChen/blog/issues/6)
* [react navigation 5.X 页面过场动画配置](https://github.com/sgr-coderChen/blog/issues/5)
* [react navigation 5.X 路由栈获取](https://github.com/sgr-coderChen/blog/issues/4)
* [react native 兼容安卓X 解决Manifest merger failed](https://github.com/sgr-coderChen/blog/issues/3)
* [H5页面跳转app (react native)](https://github.com/sgr-coderChen/blog/issues/2)
* [react native webview实现跳转微信小程序](https://github.com/sgr-coderChen/blog/issues/16)
* [react native ios打包步骤(附添加测试设备方法)](https://github.com/sgr-coderChen/blog/issues/10)
* [react native 安卓打包步骤](https://github.com/sgr-coderChen/blog/issues/9)
* [React Native全局变量global介绍与全局挂载方法的实现](https://github.com/sgr-coderChen/blog/issues/8)
### JavaScript
* [ES6模块化导出](https://github.com/sgr-coderChen/blog/issues/7)
* [扩展运算符(...)与深浅拷贝](https://github.com/sgr-coderChen/blog/issues/14)