Guide 
Getting Started 
bash
npx vitepress init
┌   Welcome to VitePress! 
│
◇  Where should VitePress initialize the config?
│  ./docs
│
◇  Site title:
│  My Awesome Project
│
◇  Site description:
│  A VitePress Site
│
◇  Theme:
│  Default Theme
│
◇  Use TypeScript for config and theme files?
│  Yes
│
◇  Add VitePress npm scripts to package.json?
│  Yes
│
└  Done! Now run npm run docs:dev and start writing.bash
npm install -D vitepressFront Matter 
yaml
---
title: VitePress
date: 2023-04-20
---
# VitePress
::: info 源链接
This is an info box.
:::
::: tip
This is a tip.
:::
## Getting Started编写归类 
- 基础入门
 - 进阶提升
 - 拓展知识
 - 实战应用
 - 前沿技术
 
博客分类 
博客分类还在更新中,因为现在文章较少,以下是现有的分类,后续会更新:
- 前端 frontend
 - 后端 backend
 - 测试运维 devops
 - 产品运营 po
 - 人工智能 ai
 - 计算机基础 computer-basics
 - 证书考试 certificate-exam
 - 博客 blog
 - 笔记 note
 
博客标签 
博客标签主要是基于分类进行细分的,现有的标签有以下一些:
前端 
- HTML5_CSS3
 - JavaScript
 - TypeScript
 - HTTP
 - WebAPI
 - 浏览器
 - Vue
 - React
 - Nodejs
 - 前端工程化
 - 前端依赖库
 - 微前端
 - 低代码
 - 前端监控
 - 前端基础建设
 - 前端跨端跨栈
 - 微信公众号
 - 微信小程序
 - uniapp
 - Threejs
 - WebGL
 - 可视化
 - 音视频
 - HarmonyOS
 
后端 
- Java
 
测试运维 
- Linux
 - Nginx
 
计算机基础 
- 正则表达式
 - 操作系统
 - 计算机网络
 - 计算机组成原理
 - 数据结构与算法
 - 汇编语言
 - 编译原理
 
博客 
- 开发环境搭建
 - 博客搭建
 - 知识杂谈
 - 文章阅读
 - 简历系列
 - 面试系列
 - 手写系列
 
笔记 
- 随笔
 - 极客时间
 - 天下无鱼
 - 渡一教育
 
其它 
- 性能优化
 - 源码解读
 - 设计模式