Some checks failed
Release / Release (push) Failing after 26s
Signed-off-by: kerbores <kerbores@gmail.com>
20 lines
268 B
Markdown
20 lines
268 B
Markdown
---
|
||
title: "VitePress入门指南"
|
||
date: 2025-08-01
|
||
tags: ["VitePress", "前端"]
|
||
---
|
||
|
||
# VitePress 入门
|
||
|
||
这里是文章内容...
|
||
|
||
## 创建项目
|
||
|
||
创建项目:w
|
||
npm create vitepress@latest docs
|
||
|
||
## 运行项目
|
||
|
||
npm run dev
|
||
访问地址:http://localhost:5173/
|