# vue3blog **Repository Path**: camelliass/vue3blog ## Basic Information - **Project Name**: vue3blog - **Description**: vue3.2+vite+vue-router4.0编写的博客系统 博客地址:https://guanchao.site - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://guanchao.site - **GVP Project**: No ## Statistics - **Stars**: 18 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blogVueTs ## 安装依赖 ``` yarn ``` ### 运行项目 ``` yarn dev ``` ### 项目打包 ``` yarn build ``` 项目部署线上实例:https://guanchao.site 当前项目PC端使用VUE3.0语法开发,手机端使用VUE3.2语法开发。 手机端网站已打包成APP,APP下载链接:https://resource.guanchao.site/shijianlide.apk PC端项目中未使用组件组,弹窗、loading、分页等组件均为自定义封装。手机端使用vant组件库。 欢迎留下您的宝贵建议。