简体中文 | English
A front-end technology blog for workers. Based on Mr. You's Vitepress
- 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
A front-end blog which is based on Vitepress v1.0.0,XDocs
- Javascript -- (H5新增 --> ES6+) -- completed ✨✨
- Typescript -- updating 🎉🎉
- Vue -- (Vue2 --> Vue3) -- updating 🌹🌹
- React -- (JSX --> React18) -- updating 👍👍
- 小程序 -- (原生小程序 --> Uniapp) -- updating 👍👍
- 业务场景 -- (文件上传, 瀑布流) -- updating ✨✨
- 工具库 -- (Axios ---> Nodejs) -- updating ✨✨
- 杂七杂八 -- (Gitee ---> Npm包推荐) -- updating ✨✨
- 源码解析 -- Vue2 -- updating👍👍
- node
- npm/cnpm
- vsCode
- markdown
- node
- Clone the project
git clone https://gitee.com/xiao-shenghui/xdocs
cd xdocs
- Run in development
npm start
#或者
npm run docs:dev
- Compile the project:
npm run docs:build
Please refer to vitepress compilation for specific compilation. Build
- 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 createdXDocs
for recording. I have used static blog building tools such asHexo
,VuePress
, andWrodpress
to building a blog. There was a version ofVuePress
calledXDocs
, but most of them did not accumulate or persist. - After learning about
Vue3
&Vite
, I came into contact with the excellent building toolVitePress
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 ^_^!