-
## Version **2.4.0** of [vue](https://github.com/vuejs/vue) just got published.
Branch
Build failing 🚨
Dependency
vue
…
-
## Version **2.2.1** of [vue](https://github.com/vuejs/vue) just got published.
Branch
Build failing 🚨
Dependency
vue
…
-
Would be great if people could agree on NIPs and publish them on Nostr itself, without having to request permission from a cabal of maintainers of a specific GitHub repository.
Then people could se…
-
https://mp.weixin.qq.com/s?__biz=MzUzNjk5MTE1OQ==&mid=2247509968&idx=1&sn=4ba36da97d97fc7cf54592b18ad05ea8
-
It is clear the gourmet repo has fallen into disrepair.
HEAD of `master` has been broken for over almost two years with no commits since, pull requests and solved issues are not being merged, even…
-
从0到1自己构架一个vue项目,说说有哪些步骤、哪些重要插件、目录结构你会怎么组织
-
https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS (图解ReactJS 👍 💯 💯)
https://github.com/jeromedalbert/real-world-react (本仓库搜集了一系列基于 React 开发的真实环境下的开源应用代码库,能够帮助初学者从资深开发者的代码中逐步学习了解 React)
-…
-
这个帖子是周刊的免费招聘服务。
如果你们公司正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、公司简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
历史帖也可以查看。
- […
-
5种方式实现值交换
1. var temp = a; a = b; b = temp; (传统,但需要借助临时变量)
2. a ^= b; b ^= a; a ^= b; (需要两个整数)
3. b = [a, a = b][0] (借助数组)
4. [a, b] = [b, a]; (ES6,解构赋值)
5. a = a + b; b = a - b; a = a - b; (小学奥赛…
-
After attending the [2021 XITU developer conference](https://www.bagevent.com/event/7481268?aId=1743343) where weex team show us the new powerful weex framework,
So will the weex 2.0 project be open…