Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 2.88 KB

README.en.md

File metadata and controls

81 lines (62 loc) · 2.88 KB

简体中文 | English

XDocs

A front-end technology blog for workers. Based on Mr. You's Vitepress

License Personal Blog Support Markdown Based Vitepress

Overview

A front-end blog which is based on Vitepress v1.0.0XDocs

home

Navigation

  • 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👍👍

Environment Support

  • node
  • npm/cnpm
  • vsCode
  • markdown
  • node

Using npm/cnpm or yarn

  • 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

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 VuePresscalled 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 ^_^!