# 巴图后台管理系统 **Repository Path**: ansoncode/batu-admin ## Basic Information - **Project Name**: 巴图后台管理系统 - **Description**: 简单的vue脚手架项目,包含axios等的封装 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-07 - **Last Updated**: 2023-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # batu-admin > bazent-admin后台模板 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ## 架构 *1 系统说明 基于vue全家桶+iview的简易后台管理系统 *2 axios封装 对axios进行了封装,面向切片编程,全局处理回调 *3 app.js 作为所有辅助js的入口,集成了http.js(axios)/utils.js等辅助函数。 所有页面必须引入该文件,也可以全局赋值给vue对象