-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fuyuan Wang
committed
Jul 31, 2020
1 parent
52f51a5
commit f0e5c19
Showing
60 changed files
with
4,621 additions
and
2,812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!-- | ||
* @Description: 2020-31 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2020-07-17 19:10:31 | ||
* @LastEditors: zoeblow | ||
* @LastEditTime: 2020-07-31 13:23:38 | ||
* @FilePath: \nuofe-weekly\2020\weekly-31.md | ||
--> | ||
|
||
# 诺诺前端周刊:2020-31 期 | ||
|
||
Add:2020-07-24 | ||
|
||
Update:2020-07-24 | ||
|
||
![202031](../images/2020/202031.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [聊聊 NPM 镜像那些险象环生的坑](https://mp.weixin.qq.com/s/2ntKGIkR3Uiy9cQfITg2NQ) | ||
|
||
> 由于国内网络环境的原因,在执行 npm i 安装项目依赖过程中,肯定会遇上安装过慢或安装失败的情况。 | ||
- [使用 Vue 3.0,你可能不再需要 Vuex 了](https://mp.weixin.qq.com/s/eKILmYyg6B9-xo369jlBgQ) | ||
|
||
> 即将发布的 Vue3 版本公开了底层的响应式系统,并介绍了构建应用程序的新方法。新的响应式系统非常强大,它可以直接用于集中的状态管理。 | ||
- [让你的 commit 更有价值(规范)](https://mp.weixin.qq.com/s/n2eOUfPEJh_IGT3hyQNhAQ) | ||
|
||
> 论 git commit 的规范 | ||
## 技术解析 | ||
|
||
- [如何修改 node_modules 里的文件(同事看了直呼内行)](https://juejin.im/post/5ec381215188256d776342cd) | ||
|
||
> 首先,直接修改 node_modules 里面的文件是不太行的... | ||
- [图片压缩原理](https://mp.weixin.qq.com/s/w2Ehog4DXiTFpe7cq692OQ) | ||
|
||
> 仅针对图片压缩介绍了一些思路,简单的使用场景 | ||
- [JS 纯前端实现 audio 音频剪裁剪切复制播放与上传](https://mp.weixin.qq.com/s/YFQrjzsHo2JaP0IIkdRjRA) | ||
|
||
> JS 纯前端实现 audio 音频剪裁剪切复制播放与上传 | ||
<!-- ## 业界新闻 | ||
- [BootStrap 5.0 将放弃支持 IE](https://mp.weixin.qq.com/s/r8DVkzl7gfFm2YSmGHC4-g) | ||
> 最近,BootStrap 团队成员 XhmikosR 在 GitHub 上透露,BS 5 将放弃支持 IE 浏览器。 --> | ||
|
||
## 其他 | ||
|
||
- [这几个神器,能大幅提升你的 Git/GitHub 操作效率](https://mp.weixin.qq.com/s/_RK-PX6DciYm2nbp1bo0OQ) | ||
|
||
> 今天,跟大家分享几个工具,便是要着重解决你工作中遇到的问题。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Email: [email protected] | ||
* @Date: 2019-08-14 14:06:51 | ||
* @LastEditors: zoeblow | ||
* @LastEditTime: 2020-07-24 16:42:49 | ||
* @LastEditTime: 2020-07-31 13:16:56 | ||
* @FilePath: \nuofe-weekly\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2020 | ||
- [第 31 期](2020/weekly-31.md) | ||
- [第 30 期](2020/weekly-30.md) | ||
- [第 29 期](2020/weekly-29.md) | ||
- [第 28 期](2020/weekly-28.md) | ||
|
Oops, something went wrong.