# x-boot-front **Repository Path**: cpanmac/x-boot-front ## Basic Information - **Project Name**: x-boot-front - **Description**: 基于Vue+iView开发的x-boot前台 权限可控制至按钮 动态权限菜单/多语言切换/简洁美观 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://xboot.exrick.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 43 - **Created**: 2018-07-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # x-boot-front > 作者目前大四 且为后台开发 能力经验有限 如有错误欢迎指正 期待您的捐赠支持! ### [宣传视频](https://www.bilibili.com/video/av23121122/) - 作者亲自制作 [点我观看](https://www.bilibili.com/video/av23121122/) ### 在线Demo http://xboot.exrick.cn ### 后台项目地址:[X-Boot](https://github.com/Exrick/x-boot) ### 项目简介 - 项目基于 Vue-Cli 创建 - 后台加载动态权限菜单 权限控制至按钮 - 多语言切换 - iView使用图标库 [ionicons](http://ionicons.com/) 额外图标库 [vue-awesome](https://github.com/Justineo/vue-awesome)       ### 主要所用技术 - [Vue 2.5.x](https://cn.vuejs.org/) - [iView](https://www.iviewui.com/) - [iview-admin](https://github.com/iview/iview-admin) - [iview-area](https://github.com/iview/iview-area):城市级联组件 - [Vuex](https://vuex.vuejs.org/zh-cn/) - Vue Router - ES6 - webpack - axios - echarts - cookie - 第三方插件 - [hotjar](https://github.com/Exrick/xmall/blob/master/study/hotjar.md):一体化分析和反馈 ### 本地开发构建运行 - 启动后端 [x-boot](https://github.com/Exrick/x-boot) 项目后,在 `config/index.js` 中修改你的后端接口地址代理配置 - 在项目根文件夹下先后执行命令 `npm install` 、 `npm run dev` - 前台端口默认9999 http://localhost:9999 ### 部署 - 先后执行命令 `npm install` 、 `npm run build` 将打包生成的 `dist` 静态文件放置服务器中,并配置路由代理 ### 开发指南 - 组件使用详见[iView官网文档](https://www.iviewui.com/docs/guide/install) - 权限按钮或其他内容显示控制自定义标签:`v-has`,使用示例: ```