Giter Club home page Giter Club logo

base-frame's Introduction

base-frame

基于Vue、ElementUI的管理系统架构,让开发人员专注于业务,其他琐事,交给框架!

感谢开源社区,感谢Element团队提供的优秀开源项目!

本项目共有三个分支,分别对应三个组件库 Element-ui ant-design-vue view-design

特性

  • 菜单配置:扁平化数据组织,方便编写、存库,页面菜单、标题、面包屑状态自动同步;
  • 系统路由:简化路由配置,一个变量搞定;
  • Ajax请求:restful规范,自动错误提示,提示可配置;自动打断未完成的请求;
  • Mock模拟数据:无需等待后端,自己提供数据,简化mock写法;
  • 样式&主题:Sass简化css编写,CSS
  • Module防冲突,用户可自定义主题颜色;
  • 导航布局:多种导航方式,一键切换;
  • Model(Vuex):提供模块化管理;
  • 权限控制:菜单级别、功能级别权限控制;
  • 内置组件:Echart图表;
  • ......

系统提供了一些基础页面:

  • 登录
  • Echart应用页面
  • 大数据展示屏
  • 指令按钮鉴权
  • ......

目录结构

base-frame
├─ mock
├─ public
├─ src
│  ├─ api
│  ├─ assets
│  ├─ components
│  ├─ config
│  ├─ directives
│  ├─ filters
│  ├─ layout
│  ├─ main.js
│  ├─ mixins
│  ├─ permission.js
│  ├─ plugins
│  ├─ router
│  ├─ store
│  ├─ utils
│  ├─ App.vue
│  └─ views
├─ tests
├─ .browserslistrc
├─ .editorconfig
├─ .env.development
├─ .env.production
├─ .eslintrc.js
├─ .gitignore
├─ babel.config.js
├─ package-lock.json
├─ package.json
├─ developmentNorm.md
├─ README.md
└─ vue.config.js

快速开始

install dependencies

npm install

serve with hot reload at localhost:8089

npm run serve

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build --report

base-frame's People

Contributors

whateveryoudo avatar anxure avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar UnimageableTang avatar  avatar  avatar

Watchers

 avatar  avatar

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.