# open-blog-backstage **Repository Path**: snows_l/open-blog-backstage ## Basic Information - **Project Name**: open-blog-backstage - **Description**: 基于vue3+ vite 的BLOG 综合后台管理系统(开源) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://bs.snows-l.site - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2025-01-10 - **Last Updated**: 2025-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, element-plus, vite, Pinia, H5 ## README ## 一、项目介绍 基于 vue3+vite 的 BLOG 后台综合管理系统 项目地址[BLOG 后台综合管理系统](http://bs.snows-l.site/view) 访客账号:visitor pwd:visitor123 ![输入图片说明](bs-login.png) ## 二、项目启动步骤 // node 推荐使用 v16.20.0 / v20.10.0 (反正我用的这个[/哭笑]) ### 依赖安装 ```sh npm install / yarn ``` ### 启动 ```sh npm run dev / yarn dev ```