# blog-web **Repository Path**: dftdla/blog-web ## Basic Information - **Project Name**: blog-web - **Description**: 个人博客的前端项目 配套后端项目:https://gitee.com/dftdla/my-blog - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/dftdla - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-21 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog-web ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 起步操作 在插件文件夹下找到 ![输入图片说明](public/image1.png) 然后根据后端ip及端口,更改配置即可 ![输入图片说明](public/image.png) ​ 打开vue.config.js ![输入图片说明](https://img-blog.csdnimg.cn/58849d046b43417cbe2ad91a4e7e7f2b.png) 请确定target指向的是后端项目运行的ip及端口(port),port:8088 表示前端项目使用8088端口:   更多介绍请看我的这篇博客[项目部署细则](https://blog.csdn.net/qq_54230484/article/details/127734556?spm=1001.2014.3001.5502)