chenbin92

Results 12 comments of chenbin92
trafficstars

@SakshiParakh Set `containerPositioning: 'relative'`, this is perfect.

很多点值得学习借鉴,人 -> 框架 -> 开源 -> 业务反哺-> 框架

@youluna 看下这个需求

赞,webpack v2 的文档比 v1 好很多

@imsobear 看下上面的步骤是否合理

> * alibaba/ice 本地删除保留 docs&scripts 目录 > * alibaba/ice issue 只关闭不删除 > * icejs 相关包的 package.json repository 内容需要更新下,跟随下个版本发布 +1 > * icejs 迁移过来后 ci 流程要看下,不一定还能用 github actions,可能要迁移到 travis alibaba/ice 仓库的...

git 获取远程所有分支: ```bash $ git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done $ git fetch --all && git pull --all...

备份 alibaba/ice 仓库至 [ice-lab/iceworks-backup](https://github.com/ice-lab/iceworks-backup) ![image](https://user-images.githubusercontent.com/3995814/81400620-22812b80-9160-11ea-888f-9529b3ed89a9.png)

## 迁移验证 #### 1. 站点文档构建和上传到 oss 正常,站点展示正常 #### 2. issue、PR、commits、branches、contributors 均与 ice-lab/icejs 保持同步 ![image](https://user-images.githubusercontent.com/3995814/81435976-401fb680-919b-11ea-8195-310760d119d9.png) #### 3. master Travis CI 通过 ![image](https://user-images.githubusercontent.com/3995814/81431997-b2d96380-9194-11ea-8bf9-82e662308152.png) #### 4. release-next 发布分支 CI 通过 ![image](https://user-images.githubusercontent.com/3995814/81432216-1f546280-9195-11ea-8c06-07073d41741c.png) #### 5....