Giter Site home page Giter Site logo

vue-admin's Introduction

ant-design-vue版

大家感兴趣得话,可以去瞧瞧,如果觉得还行得话,给个⭐,谢谢各位喽😊


Build Setup:

# 将项目克隆到本地
git clone https://github.com/luichooy/vue-admin.git

# 进入到项目目录
cd vue-admin

# 安装依赖
yarn

# 启动本地服务,服务端运行在 3000 端口
yarn server

# 项目打包
yarn build

# lint
yarn lint

目录结构:

├── public
│   ├── favicon.ico
│   ├── index.html
├── src
│   ├── common
│   │   └── styles
│   │   │   ├── base.less
│   │   │   ├── common.less
│   │   │   ├── iconfont.css
│   │   │   ├── mixin.less
│   │   │   ├── table.less
│   │   │   ├── variable.less
│   │   ├── util
│   │   │   ├── date
│   │   │   ├── http
│   │   │   ├── storage
│   │   │   ├── index.js
│   ├── components
│   │   ├── card
│   │   ├── filterbar
│   │   └── score
│   │   ├── selfAdd
│   │   ├── tableRadio
│   │   ├── validateCode
│   │   ├── Vmodel
│   ├── pages
│   │   ├── charts
│   │   ├── error
│   │   ├── form
│   │   └── login
│   │   ├── main
│   │   ├── setting
│   │   ├── tables
│   │   ├── test
│   ├── router
│   │   ├── index.js
│   │   ├── route.js
│   ├── store
│   │   ├── getters.js
│   │   ├── index.js
│   │   ├── mutations.js
│   │   ├── state.js
│   ├── main.js
│   ├── App.vue
├── browserlistrc
├── eslintrc.js
├── .prettierrc
├── .gitignore
├── babel.config.js
├── package.json
└── readme.md

功能实现:

  • 利用koa完成api开发,实现服务端接口
  • 登陆,登出
  • 验证码插件的实现
  • 通过vuex管理用户信息和token
  • 左侧菜单栏,上方顶部栏
  • 利用axios设置请求,响应拦截器,对http请求进行统一管理
  • 设置vue-router的导航守卫,实现页面访问权限控制及页面跳转loading的统一管理
  • 引入vue-echarts,实现多种柱状图/折线图/饼图
  • 表格-基本表格示例
  • 自由表单渲染及自定义表单元素的实现

效果预览:


login.gif | center | 832x585

basic.gif | center | 832x585

charts.gif | center | 832x585

form.gif | center | 832x585

test.gif | center | 1316x926

vue-admin's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.