# iView-admin **Repository Path**: happiner/iView-admin ## Basic Information - **Project Name**: iView-admin - **Description**: a vue project - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-03-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## iview-admin ### 项目描述 使用vue全家桶和iview UI库后台管理前端页面的实现 - 主要功能:对域名、栏目、文章、配置的增删改查。 - 使用了组件化和模块化思想,抽离重用组件,封装了异步请求和路由。 - 使用iView提供的表格,分页,表单等组件进行快速开发。 - 通过axios向服务器发送请求,动态渲染列表。 - 通过路由传参获取要编辑的信息。 - 登录时使用cookie保存token。每次请求都会携带token给服务端验证。 ![1564986737902](C:\Users\Administrator\AppData\Roaming\Typora\typora-user-images\1564986737902.png) ![1564986791923](C:\Users\Administrator\AppData\Roaming\Typora\typora-user-images\1564986791923.png)