Skip to content
On This Page

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 vitepress

Front Matter

yaml
---
title: VitePress
date: 2023-04-20
---

# VitePress

::: info 源链接
This is an info box.
:::

::: tip
This is a tip.
:::



## Getting Started

编写归类

  1. 基础知识
  2. 拓展知识
  3. 实战案例

博客分类

博客分类还在更新中,因为现在文章较少,以下是现有的分类,后续会更新:

  1. 前端 frontend
  2. 后端 backend
  3. 测试运维 devops
  4. 产品运营 po
  5. 人工智能 ai
  6. 计算机基础 computer-basics
  7. 证书考试 certificate-exam
  8. 博客 blog
  9. 笔记 note

博客标签

博客标签主要是基于分类进行细分的,现有的标签有以下一些:

前端

  1. HTML5_CSS3
  2. JavaScript
  3. TypeScript
  4. HTTP
  5. WebAPI
  6. 浏览器
  7. Vue
  8. React
  9. Nodejs
  10. 前端工程化
  11. 前端依赖库
  12. 微前端
  13. 低代码
  14. 前端监控
  15. 前端基础建设
  16. 前端跨端跨栈
  17. 微信公众号
  18. 微信小程序
  19. uniapp
  20. Threejs
  21. WebGL
  22. 可视化
  23. 音视频
  24. HarmonyOS

后端

  1. Java

测试运维

  1. Linux
  2. Nginx

计算机基础

  1. 正则表达式
  2. 操作系统
  3. 计算机网络
  4. 计算机组成原理
  5. 数据结构与算法
  6. 汇编语言
  7. 编译原理

博客

  1. 开发环境搭建
  2. 博客搭建
  3. 知识杂谈
  4. 文章阅读
  5. 简历系列
  6. 面试系列
  7. 手写系列

笔记

  1. 随笔
  2. 极客时间
  3. 天下无鱼
  4. 渡一教育

其它

  1. 性能优化
  2. 源码解读
  3. 设计模式

Last updated: