# xdocs
**Repository Path**: xiao-shenghui/xdocs
## Basic Information
- **Project Name**: xdocs
- **Description**: 一个用vitepress搭建的静态博客,这是一个用于存储博客项目的仓库,避免本地文件丢失。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://xiao-shenghui.github.io/xdocs.github.io/
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2023-07-25
- **Last Updated**: 2024-03-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: JavaScript, blog
## README
[简体中文](./README.md) | English
XDocs
A front-end technology blog for workers. Based on Mr. You's
Vitepress
[](https://github.com/xiao-shenghui/xdocs)
[](https://vitepress.dev/)
[](https://vitepress.dev/)
[](https://vitepress.dev/)
- Overview Online: https://xiao-shenghui.github.io/xdocs.github.io/
- Gitee Repo: https://gitee.com/xiao-shenghui/xdocs
- Github Repo: https://github.com/xiao-shenghui/xdocs
- Update Log: https://gitee.com/xiao-shenghui/xdocs/blob/master/README-log.md
Overview
----
A front-end blog which is based on [Vitepress v1.0.0](https://vitepress.dev/),[XDocs](https://github.com/xiao-shenghui/xdocs.git)

Navigation
----
- [x] Javascript -- (H5新增 --> ES6+) -- completed ✨✨
- [x] Typescript -- updating 🎉🎉
- [x] Vue -- (Vue2 --> Vue3) -- updating 🌹🌹
- [x] React -- (JSX --> React18) -- updating 👍👍
- [x] 小程序 -- (原生小程序 --> Uniapp) -- updating 👍👍
- [x] 业务场景 -- (文件上传, 瀑布流) -- updating ✨✨
- [x] 工具库 -- (Axios ---> Nodejs) -- updating ✨✨
- [x] 杂七杂八 -- (Gitee ---> Npm包推荐) -- updating ✨✨
- [x] 源码解析 -- Vue2 -- updating👍👍
Environment Support
----
- node
- npm/cnpm
- vsCode
- markdown
- node
Using npm/cnpm or yarn
----
- Clone the project
```bash
git clone https://gitee.com/xiao-shenghui/xdocs
cd xdocs
```
- Run in development
```bash
npm start
#或者
npm run docs:dev
```
- Compile the project:
```bash
npm run docs:build
```
>Please refer to vitepress compilation for specific compilation. [Build](https://vitepress.dev/reference/site-config#build)
In the end
----
- The essence of learning is `input and output`.
- When I first learned about the `Feynman Technique`, I deeply recognized and was always influenced by it, so I created `XDocs` for recording. I have used static blog building tools such as `Hexo`,`VuePress`, and `Wrodpress` to building a blog. There was a version of `VuePress`called `XDocs`, but most of them did not accumulate or persist.
- After learning about `Vue3` & `Vite`, I came into contact with the excellent building tool `VitePress` and decided to use it as the final solution.
> To some extent, I would like to use the `XDocs` as a secondary repository for storing knowledge,and share it with all friends.
> If it's helpful to you 🌹,You could click on **Star** in the upper right corner would be better for me. Thank you ^_^!