diff --git a/develop/front/index.md b/develop/front/index.md new file mode 100644 index 0000000..2b67796 --- /dev/null +++ b/develop/front/index.md @@ -0,0 +1,44 @@ + + +# 文章归档 + +
+
+ {{ post.title }} + {{ post.date.toLocaleDateString() }} +
+
+ + diff --git a/develop/front/posts/2025-08/abcd.md b/develop/front/posts/2025-08/abcd.md new file mode 100644 index 0000000..b43e9d4 --- /dev/null +++ b/develop/front/posts/2025-08/abcd.md @@ -0,0 +1,19 @@ +--- +title: "VitePress入门指南" +date: 2025-08-01 +tags: ["VitePress", "前端"] +--- + +# VitePress 入门 + +这里是文章内容... + +## 创建项目 + +创建项目:w +npm create vitepress@latest docs + +## 运行项目 + +npm run dev +访问地址:http://localhost:5173/