Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guojikun/blogs
这是一个基于 vitepress 搭建的个人博客类站点,主要分享一些 html、css、JavaScript、wasm、ECMAScript 方面的知识。PS:欢迎任何人共建
https://github.com/guojikun/blogs
css giscus html javascript vitepress vue vuejs
Last synced: 2 months ago
JSON representation
这是一个基于 vitepress 搭建的个人博客类站点,主要分享一些 html、css、JavaScript、wasm、ECMAScript 方面的知识。PS:欢迎任何人共建
- Host: GitHub
- URL: https://github.com/guojikun/blogs
- Owner: GuoJikun
- Created: 2021-08-12T10:01:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T08:58:10.000Z (3 months ago)
- Last Synced: 2024-10-05T09:43:30.025Z (3 months ago)
- Topics: css, giscus, html, javascript, vitepress, vue, vuejs
- Language: JavaScript
- Homepage: https://blog.jikun.dev/
- Size: 10.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 个人博客
> 这是一个基础 `vitepress` 搭建的个人博客类站点,主要分享一些 `html`、`css`、`JavaScript`、`wasm`、`ECMAScript` 方面的知识
>
> PS:欢迎任何人共建## 模块划分
- Basic:主要包括`html`,`css`,`JavaScript`相关的知识和常见的`utils`函数
- Vue:主要包括 vue 组件和自定义指令
- 数据结构与算法:一些常见数据结构的 JavaScript 实现和基础算法(sort,hash)
- 小工具:会逐渐补充一些前端开发用的到的小工具
- 其他:不包含上面的其他内容## 快速开始
```bash
- Clone the https://github.com/GuoJikun/blogs.git
- Install package yarn install
- Development run yarn run dev
- Open http://localhost:8080 in your browser.
```## Contributing
```bash
- Fork this repository
- Create your branch: git checkout -b new-branch
- Make your changes
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin new-branch
- Submit a pull request
```也可以提交 `issue`,欢迎需求 ~