Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:欢迎任何人共建

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`,欢迎需求 ~