这是一个基础
vitepress
搭建的个人博客类站点,主要分享一些html
、css
、JavaScript
、wasm
、ECMAScript
方面的知识PS:欢迎任何人共建
- Basic:主要包括
html
,css
,JavaScript
相关的知识和常见的utils
函数 - Vue:主要包括 vue 组件和自定义指令
- 数据结构与算法:一些常见数据结构的 JavaScript 实现和基础算法(sort,hash)
- 小工具:会逐渐补充一些前端开发用的到的小工具
- 其他:不包含上面的其他内容
- Clone the https://github.com/GuoJikun/blogs.git
- Install package yarn install
- Development run yarn run dev
- Open http://localhost:8080 in your browser.
- 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
,欢迎需求 ~