# hhtone_admin **Repository Path**: lincoln_it/hhtone_admin ## Basic Information - **Project Name**: hhtone_admin - **Description**: H网数字货币交易平台前端(管理员) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2018-06-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 中文 | [English](README.md) # vue-access-control [![npm](https://img.shields.io/npm/v/vue-access-control.svg)](https://www.npmjs.com/package/vue-access-control/) [![license](https://img.shields.io/github/license/tower1229/Vue-Access-Control.svg)]() > :gem: Vue权限管理解决方案 ![logo](https://github.com/tower1229/tower1229.github.io/raw/master/asset/vsc-logo.png) ## 介绍 Vue-Access-Control是一套基于Vue/Vue-Router/axios 实现的前端用户权限控制解决方案,通过对路由、视图、请求三个层面的控制,使开发者可以实现任意颗粒度的用户权限控制。 ## 文档 [Vue2.0用户权限控制解决方案](http://refined-x.com/2017/11/28/Vue2.0%E7%94%A8%E6%88%B7%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/) [基于Vue实现后台系统权限控制](http://refined-x.com/2017/08/29/%E5%9F%BA%E4%BA%8EVue%E5%AE%9E%E7%8E%B0%E5%90%8E%E5%8F%B0%E7%B3%BB%E7%BB%9F%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6/) [用addRoutes实现动态路由](http://refined-x.com/2017/09/01/%E7%94%A8addRoutes%E5%AE%9E%E7%8E%B0%E5%8A%A8%E6%80%81%E8%B7%AF%E7%94%B1/) ## 下载 项目主页:http://refined-x.com/Vue-Access-Control/ git:`git clone https://github.com/tower1229/Vue-Access-Control.git` npm:`npm i vue-access-control` ## 演示 测试账号: ``` bash 1. username: root password: 任意 2. username: client password: 任意 ``` 演示地址: [vue-access-control.refined-x.com](http://vue-access-control.refined-x.com/) ## 运行及构建 ``` 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 ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). ## 许可证 [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2017-present, [前端路上](http://refined-x.com)