# myblog-mobile **Repository Path**: cuiliang0302/myblog_mobile ## Basic Information - **Project Name**: myblog-mobile - **Description**: 使用vue3.2+vite2+vant组合开发的博客系统手机前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://m.cuilianblog.cn - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2021-08-18 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客 ## README ## 项目简介 ### 项目概述 本项目使用vue3.2+vite2+vant组合开发的博客系统手机前端,在线访问地址[崔亮的博客](https://m.cuiliangblog.cn)(使用移动端设备访问)。项目详细介绍可访问[崔亮的博客关于页](https://www.cuiliangblog.cn/about) ### 关联项目 * 博客网站后端 [gitee](https://gitee.com/cuiliang0302/myblog_api) [github](https://github.com/cuiliang0302/myblog_api) * 博客网站桌面端前端 [gitee](https://gitee.com/cuiliang0302/myblog_pc) [github](https://github.com/cuiliang0302/myblog_pc) * 博客网站移动端前端 [gitee](https://gitee.com/cuiliang0302/myblog_mobile) [github](https://github.com/cuiliang0302/myblog_mobile) * 博客网站管理员后台 [gitee](https://gitee.com/cuiliang0302/myblog_admin) [github](https://github.com/cuiliang0302/myblog_admin) ## 项目部署 ### 安装依赖 ``` npm install ``` ### 开发模式 ``` npm run dev ``` ### 项目打包 ``` npm run build ```