# pzged_blog **Repository Path**: pzged/blog ## Basic Information - **Project Name**: pzged_blog - **Description**: 使用Vue3+Vite+Element plus,实现的个人博客 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, Element-UI ## README # pzged_blog #### 介绍 使用Vue3+Vite+Element plus,实现的个人博客 # Vue 3 + Vite + ElementPlus # 安装依赖 npm install # 启动服务 npm run dev # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod