Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:侧重前端的收藏书签 — 技术书签
- Host: GitHub
- URL: https://github.com/neveryu/web-bookmarks
- Owner: Neveryu
- License: mit
- Created: 2018-08-19T15:47:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:18:12.000Z (about 2 months ago)
- Last Synced: 2024-12-27T09:41:55.702Z (13 days ago)
- Topics: vue, vuepress, yarn
- Language: Shell
- Homepage: https://neveryu.github.io/web-bookmarks/
- Size: 35.9 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)