# vue2.0+elementUI+axios **Repository Path**: memory2121/vue2-element-ui-axios ## Basic Information - **Project Name**: vue2.0+elementUI+axios - **Description**: “后台管理系统” 项目框架搭建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-11 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, Element-UI, Axios ## README # travel-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/). 项目中存在一下内容: 1、引入重置样式表+公共样式表 2、安装axios 3、创建 utils 文件夹 包含:request.js(axios二次封装)、local.js(操作本地存储)、tools.js(工具函数) 4、接口代码 创建api文件夹 5、安装 element-ui