Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed May 24, 2018
1 parent afcb015 commit 370334c
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 50 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
cooming soon

网址:https://panjiachen.github.io/awesome-bookmarks/
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# 生成静态文件
npm run docs:build
npm run build

# 进入生成的文件夹
cd docs/.vuepress/dist
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
{ text: '库', link: '/repository/' },
{ text: '文章', link: '/article/' },
// { text: '工具', link: 'https://google.com' },
// { text: '网站', link: 'https://google.com' },
{ text: '网站', link: '/website/' },
{ text: '面试', link: '/interview/' }
],
// sidebar: [
Expand Down
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
home: true
heroImage: /hero.png
actionText: 快速上手
actionLink: /zh/guide/
actionText: 推荐库
actionLink: /repository/

footer: MIT Licensed | Copyright © 2018-PanJiaChen
---

cooming soon
118 changes: 75 additions & 43 deletions docs/repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,59 @@ sidebar: auto
[phaser](https://github.com/photonstorm/phaser) 这是一个为桌面和移动浏览器开发 HTML5游戏的快速开源框架。
你可以为 iOS、 Android 和不同的本地应用程序创建游戏。

vue-sauce 一个可以展示vue源码的指令 https://github.com/Botre/vue-sauce
tippy.js tooltip/popover library https://github.com/atomiks/tippyjs
vue-smooth-dnd Vue wrappers components for smooth-dnd https://github.com/kutlugsahin/vue-smooth-dnd
text-mask 一个可以让input按照规则输入(如电话,email,日期等) https://github.com/text-mask/text-mask
codesandbox-client 在线web开发容器 https://github.com/CompuIves/codesandbox-client
astexplorer 一个在线ast生成器 https://github.com/fkling/astexplorer
dinero.js 一个钱计算的库 https://github.com/sarahdayan/dinero.js
crate 一个react全栈练习(pc,mobile,rn,api)demo https://github.com/atulmy/crate
Jasonette 一个用json来构建hybrid的框架 https://github.com/Jasonette/JASONETTE-iOS
vuegg 一个vue可视化拖拽界面生成器 https://github.com/vuegg/vuegg
refined-github 优化github默认功能的chrome插件 https://github.com/sindresorhus/refined-github
lerna 大项目版本控制工具,项目中可以有多个package.json文件 https://github.com/lerna/lerna
git-labelmaker 命令行快速创建github https://github.com/himynameisdave/git-labelmaker
react-in-patterns 一本开源叫你写react的书 https://github.com/krasimir/react-in-patterns
picojs js人脸识别库 https://github.com/tehnokv/picojs
img-2 一个提高图片加载性能和体验的库,懒加载使用web worker 模糊预览 https://github.com/RevillWeb/img-2
fingerprintjs 是一个快速的浏览器指纹库 https://github.com/Valve/fingerprintjs2
https://git.io/ github短域名服务
ajv 一个json schema 验证的库 https://github.com/epoberezkin/ajv
dayjs 一个轻量级类moment.js API 时间库 https://github.com/xx45/dayjs
live-server 一个建议快速dev开发自动刷新的http server https://github.com/tapio/live-server
primjs 代码高亮 https://github.com/PrismJS/prism
ReLaXed 一个将document html转成PDF的工具 https://github.com/RelaxedJS/ReLaXed
fabric.js 基于 canvas 创建交互式的图片编辑界面非常适合用来做图片合成类工作。https://github.com/fabricjs/fabric.js
tabler 高颜值 ui模板 https://github.com/tabler/tabler
matter-js web物理引擎
[vue-sauce](https://github.com/Botre/vue-sauce) 一个可以展示vue源码的指令

[tippy.js ](https://github.com/atomiks/tippyjs)tooltip/popover library

[vue-smooth-dnd](https://github.com/kutlugsahin/vue-smooth-dnd) Vue wrappers components for smooth-dnd

[text-mask](https://github.com/text-mask/text-mask) 一个可以让input按照规则输入(如电话,email,日期等)

[codesandbox-client](https://github.com/CompuIves/codesandbox-client) 在线web开发容器

[astexplorer](https://github.com/fkling/astexplorer) 一个在线ast生成器

[dinero.js](https://github.com/sarahdayan/dinero.js) 一个钱计算的库

[crate](https://github.com/atulmy/crate) 一个react全栈练习(pc,mobile,rn,api)demo

[Jasonette](https://github.com/Jasonette/JASONETTE-iOS)一个用json来构建hybrid的框架

[vuegg](https://github.com/vuegg/vuegg) 一个vue可视化拖拽界面生成器

[refined-github](https://github.com/sindresorhus/refined-github) 优化github默认功能的chrome插件

[lerna](https://github.com/lerna/lerna) 大项目版本控制工具,项目中可以有多个package.json文件

[git-labelmaker](https://github.com/himynameisdave/git-labelmaker) 命令行快速创建github

[react-in-patterns](https://github.com/krasimir/react-in-patterns) 一本开源叫你写react的书

[picojs](https://github.com/tehnokv/picojs) js人脸识别库

[img-2](https://github.com/RevillWeb/img-2) 一个提高图片加载性能和体验的库,懒加载使用web worker 模糊预览

[fingerprintjs](https://github.com/Valve/fingerprintjs2) 是一个快速的浏览器指纹库

[ajv](https://github.com/epoberezkin/ajv) 一个json schema 验证的库

[dayjs](https://github.com/xx45/dayjs) 一个轻量级类moment.js API 时间库

[live-server](https://github.com/tapio/live-server) 一个建议快速dev开发自动刷新的http server

[primjs](https://github.com/PrismJS/prism) 代码高亮

[ReLaXed](https://github.com/RelaxedJS/ReLaXed) 一个将document html转成PDF的工具

[fabric.js](https://github.com/fabricjs/fabric.js) 基于 canvas 创建交互式的图片编辑界面非常适合用来做图片合成类工作。

[tabler](https://github.com/tabler/tabler) 高颜值 ui模板

[matter-js](https://github.com/liabru/matter-js)web物理引擎


## Node
[]()

[chokidar](https://github.com/paulmillr/chokidar) node监听文件变化的库

[fs-extra](https://github.com/jprichardson/node-fs-extra) fs-extra模块是系统fs模块的扩展,提供了更多便利的 API,并继承了fs模块的 API
Expand All @@ -68,29 +92,37 @@ matter-js web物理引擎

[node-portfinder](https://github.com/indexzero/node-portfinder) 一个端口嗅探工具

update-notifier Update notifications for your CLI app https://github.com/yeoman/update-notifier
https://github.com/yargs/y18n
[update-notifier](https://github.com/yeoman/update-notifier) Update notifications for your CLI app


[y18n](https://github.com/yargs/y18n) yargs基于i18n的一个包

[signale](https://github.com/klauscfhq/signale) Hackable console logger

y18n yargs基于i18n的一个包
signale Hackable console logger
## GraphQL
[prisma](https://www.prisma.io/docs/) 让前端也能快速的写出

GraphQL API
prisma 让前端也能快速的写出
[Apollo GraphQL](https://www.apollographql.com/) 是基于 GraphQL 的全栈解决方案集合。从后端到前端提供了对应的 lib 使得开发使用 GraphQL 更加的方便

Apollo GraphQL 是基于 GraphQL 的全栈解决方案集合。从后端到前端提供了对应的 lib 使得开发使用 GraphQL 更加的方便
## 有趣

有趣
[the-bread-code](https://github.com/hendricius/the-bread-code) 使用程序员的思维制作面包 ,比如制作中使用A/B test,
来比较那种做法更好。

the-bread-code 使用程序员的思维制作面包 ,比如制作中使用A/B test,
来比较那种做法更好。 https://github.com/hendricius/the-bread-code
[build-your-own-x](https://github.com/danistefanovic/build-your-own-x) 教你用各种语言实现Bot Database Neural Network

[javascript-algorithms ](https://github.com/trekhleb/javascript-algorithms) 教你用前端知识认识各种算法

工具

high-speed-downloader 百度网盘不限速下载 支持Windows和Mac https://github.com/high-speed-downloader/high-speed-downloader
hyper 前端命令行 https://github.com/zeit/hyper
yapi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台 https://github.com/ymfe/yapi
sway 一个微软自己出的在线ppt很强大
[high-speed-downloader](https://github.com/high-speed-downloader/high-speed-downloader) 百度网盘不限速下载 支持Windows和Mac

[hyper](https://github.com/zeit/hyper) 前端命令行

[yapi](https://github.com/ymfe/yapi) 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台

[sway](https://sway.com/) 一个微软自己出的在线ppt很强大

### bigjpg 放大图片的神器 通过神经网络可以放大图片并能降噪
[bigjpg](https://asciiartgen.now.sh/) 放大图片的神器 通过神经网络可以放大图片并能降噪

https://asciiartgen.now.sh/
[Winds](https://github.com/GetStream/Winds) 开源RSS
4 changes: 4 additions & 0 deletions docs/website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

cooming soon

https://git.io/ github短域名服务
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 370334c

Please sign in to comment.