# my-blog **Repository Path**: yuan_yong129/my-blog ## Basic Information - **Project Name**: my-blog - **Description**: 前端react + 管理端vue + 服务器nestjs,制作的个人博客 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2024-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人博客 ### 1.web端(web) 用于展示博客等数据 #### 项目开发启动方式 ``` npm install/npm i npm run start / npm start ``` #### 使用技术 1.react 2.ant design(很少) ### 2.管理端(admin) 用于添加博客,小说等功能 #### 项目启动方式 ``` npm install/ npm i npm run serve ``` #### 使用技术 1.Vue 2.element-ui ### 3.服务端(server) 服务器 swagger默认地址 http://localhost:3080/api-docs #### 项目启动方式 ``` npm install / npm i npm start / npm run start # 不监听文件改动 npm run start:dev # 监听文件改动并热更新 ``` #### 使用技术 1.nestjs