Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neveryu/web-bookmarks

:bookmark::bookmark::bookmark:侧重前端的收藏书签 — 技术书签
https://github.com/neveryu/web-bookmarks

vue vuepress yarn

Last synced: 4 days ago
JSON representation

:bookmark::bookmark::bookmark:侧重前端的收藏书签 — 技术书签

Awesome Lists containing this project

README

        



logo



Vuepress


License



Build


donate

# Web Bookmark

Base on `vuepress`

汇总,收藏一些前端技术和周边,在线地址: [web-bookmarks](https://neveryu.github.io/web-bookmarks/)

**收藏和汇总一些工作学习中,经常用到的一些知识,避免重复查找,以及关键时候找不到的尴尬;包括知识点,技术点,文章,网站,工具,以及一些周边花絮**

**如果你有好的推荐,你可以提 issue 或者 pr 来告诉我,谢谢**

### 基础
- [HTML](https://neveryu.github.io/web-bookmarks/base/html/)
- [CSS](https://neveryu.github.io/web-bookmarks/base/css/)
- [JavaScript](https://neveryu.github.io/web-bookmarks/base/javascript/)
- [Color](https://neveryu.github.io/web-bookmarks/base/color/)
- [正则](https://neveryu.github.io/web-bookmarks/base/regx/)

### [技术](https://neveryu.github.io/web-bookmarks/tech/)
### [文章](https://neveryu.github.io/web-bookmarks/article/)

### [收藏](http://localhost:8080/web-bookmarks/favorite/)

### 工具&网站
- [工具](https://neveryu.github.io/web-bookmarks/tool-site/tool/)
- [网站](https://neveryu.github.io/web-bookmarks/tool-site/site/)

## Development

> Please make sure your version of Node.js is greater than 8.

``` bash
# 安装依赖
yarn

# 运行本地环境
yarn run dev
```

## deploy
```bash
# 构建/打包
yarn run build
```

您可以借助 Github Action 的自动构建能力,直接推送源代码到远程仓库即可。

> 由于我们经常偶尔的更新一些小的内容,为了避免 git log 混乱,以及 `.git` 内容过大,导致 clone 缓慢的问题;我自定义了 `deploy.sh` 脚本,每次更新的时候都会删掉之前的所有提交记录。

## Showcase

Websites built with VuePress。

## VuePress
> Minimalistic docs generator with Vue component based layout system

[https://vuepress.vuejs.org/](https://vuepress.vuejs.org/)

## License

[MIT](https://github.com/Neveryu/web-bookmarks/blob/master/LICENSE)