# blog-admin **Repository Path**: liyongxinghahaha/blog-admin ## Basic Information - **Project Name**: blog-admin - **Description**: 基于view-design的博客后台模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog-admin 个人博客后台管理系统 > 项目地址:[http://106.15.249.138:81](http://106.15.249.138:81) #### 1.项目运行 ```js // 1.安装依赖 yarn install // 2.项目运行 yarn serve ``` #### 2.项目结构 - assets 静态文件存放 - components 公共组件 - filter-table 自己封装的公共表格组件 - plugins 公共插件 - iview UI插件 - router 项目路由 - service api接口层 - store vuex全局数 - utils 公共工具 - http-request 对axios的封装 - tool 工具 - views 视图层