# linfen-blog-ui **Repository Path**: linfen520/linfen-blog-ui ## Basic Information - **Project Name**: linfen-blog-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-15 - **Last Updated**: 2022-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 前端模板 初始模板基于: [https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) 模板文档: [https://panjiachen.github.io/vue-element-admin-site/zh/guide/](https://panjiachen.github.io/vue-element-admin-site/zh/guide/) #### 安装教程 ``` bash # 安装依赖 npm install # 启动服务 localhost:9527 npm run dev # 构建生产环境(config/index.js下面这行代码解开注释assetsPublicPath: '/') npm run build:prod ```