All Projects → wubaiqing → Zaobao

wubaiqing / Zaobao

Licence: mit
每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Zaobao

Daily Featured
每天给你推荐一个新奇,好玩,高品质的内容,每一个都有自己的温度,不是冷冰冰的链接哦。
Stars: ✭ 276 (-85.93%)
Mutual labels:  news, daily
D2 Daily
D2 日报
Stars: ✭ 138 (-92.96%)
Mutual labels:  daily, design
Night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
Stars: ✭ 10,058 (+412.9%)
Mutual labels:  share, daily
Frontenddaily
前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。
Stars: ✭ 1,901 (-3.06%)
Mutual labels:  news, daily
Daily
Building the homepage every developer deserves 👩🏽‍💻 👨‍💻
Stars: ✭ 4,632 (+136.21%)
Mutual labels:  news, daily
Pytest Patterns
A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.
Stars: ✭ 24 (-98.78%)
Mutual labels:  share, design
Code news
Diycode每日文章精选
Stars: ✭ 1,303 (-33.55%)
Mutual labels:  news, daily
Denovel
A Deno Framework For Web Artisan - Inspired by Laravel
Stars: ✭ 128 (-93.47%)
Mutual labels:  web-development
Arclayout
With Arc Layout explore new styles and approaches on material design
Stars: ✭ 1,662 (-15.25%)
Mutual labels:  design
Design Resources
📐 Select websites, tools, assets, and readings for working in and learning about design.
Stars: ✭ 127 (-93.52%)
Mutual labels:  design
Blueesc
Simple, open-source ESC that uses the SimonK firmware.
Stars: ✭ 126 (-93.57%)
Mutual labels:  design
Bhban rpa
6개월 치 업무를 하루 만에 끝내는 업무 자동화(생능출판사, 2020)의 예제 코드입니다. 파이썬을 한 번도 배워본 적 없는 분들을 위한 예제이며, 엑셀부터 디자인, 매크로, 크롤링까지 업무 자동화와 관련된 다양한 분야 예제가 제공됩니다.
Stars: ✭ 124 (-93.68%)
Mutual labels:  design
Motion
A library used to create beautiful animations and transitions for iOS.
Stars: ✭ 1,726 (-11.98%)
Mutual labels:  design
Patchfluent
💧 🦄 Customize Windows 10 Updates
Stars: ✭ 128 (-93.47%)
Mutual labels:  design
Gatsby Theme Novela
Welcome to Novela, the simplest way to start publishing with Gatsby.
Stars: ✭ 1,647 (-16.01%)
Mutual labels:  design
Material Discord
Material design theme for Discord
Stars: ✭ 127 (-93.52%)
Mutual labels:  design
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+23.2%)
Mutual labels:  news
Qianduan Yule Club
前端娱乐圈大事记 http://qianduanyule.club/
Stars: ✭ 133 (-93.22%)
Mutual labels:  news
News App By React.js
🌈一个由React.js编写的新闻WebApp。A news WebApp by React.js.
Stars: ✭ 131 (-93.32%)
Mutual labels:  news
Open Source Handbook
⭐️ Open source projects for all skill levels
Stars: ✭ 131 (-93.32%)
Mutual labels:  web-development

每日时报

CircleCI Coverage Status MIT lerna

项目背景

不知道大家有没有跟我一样的情况,总是需要了解一些前沿的技术;其目的可能是为了让技术精进,也有可能是害怕技术落后而掉队;总之需要从各类网站了解一些前沿信息。

以我举例,我经常在(Hacker NewsMediumDev.toTwitter阮一峰GitHub 关注微博V2EXRuby ChinaGitHub Trending掘金OS ChinaDEVURLSHashnodeReact Status)等地去学习。通过整理后,把每天值得分享的内容,发布到公司的 QQ 群里,让大家和我同时受益。

学习加整理这个过程是非常耗时的。所以我希望有一个像阮一峰老师的每周分享,或者蚂蚁金服陈成一样的微信群,来快速的学习有价值的东西。

可能是这个信息源我还没有找到,所以我打算自己来做,于是才有了这个开源项目。

这个项目会以前端技术体系为主要分享课题。
内容会以:文章、工具、新闻、视频等几大板块作为主要分类。
如果我的分享对你有所帮助,还请大家给个 ⭐️ 让更多的人知道

访问地址 : https://wubaiqing.github.io/zaobao/other/latest.html

RSS : https://wubaiqing.github.io/zaobao/rss.xml

GitHub : https://github.com/wubaiqing/zaobao

阅读效果

资源分享,参与奉献

项目安装方式极其简单,如果有更好的资源非常欢迎给大家分享出来,你可以选择提交 Issue 或提交 PR。 如何提交 PR,参考 GitHub Help 即可。

安装

下载源码, 请执行下列命令:

# 克隆代码
$ git clone https://github.com/wubaiqing/zaobao.git
$ cd zaobao

代码下载完成后, 需要安装依赖:

# 安装依赖
$ yarn 

# 检查是否符合文档规范
$ yarn lint:md

# 开始阅读
$ yarn docs:dev 

在浏览器中打开 http://localhost:8080/zaobao/

更新

zaobao 文件夹中运行下面的命令就会从 GitHub 仓库拉取最新版本。

# 拉取代码
$ git pull
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].