# ant-admin **Repository Path**: whatType/ant-admin ## Basic Information - **Project Name**: ant-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antd-admin ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). > 目录说明: src: assets: css: css文件,内含一个reset.css文件 images:用于存放图片 axios: index.js :axios基本封装,响应,请求等 url.js :所以请求的路径 components: layout :整个后台页面的布局, elme-form:ant表单的二次封装 ....... router: index.js路由文件 store: index.js :简易封装的vuex main.js: 入口js:现已全局挂载$axios(封装的axios)、$url(url请求地址)、$bus(事件总栈) view: 所有的页面都在这个文件下 vue.config.js: 项目配置文件 其他文件: 巴拉巴拉。。。。。。