Giter Club home page Giter Club logo

dataadmin's Introduction

Data-Admin

介绍

data-admin 是一个成熟的企业应用解决方案,基于 vue2.0 和 heyui 组件库的中后端线上数据库操作系统。

准备

项目基于以下依赖:

提前了解和学习这些知识将大大有助于这个项目的使用。

功能

 - 数据管理
   - 数据查询
   - 脱敏字段配置
   - SQL操作记录
 - 审批管理
   - 发起审批
   - 审批列表
    - 审批中
    - 已审批
 - 用户管理
   - 用户列表
 - 权限管理
   - 用户权限列表
 - 系统管理

开始

需要全局安装 [email protected]+

# clone the project
https://github.com/tianjianen/DataAdmin.git

cd DataAdmin


# install dependency
yarn install

# run
yarn serve

开发

hey.conf.js,将反向代理地址修改至真正的项目后端地址.

devServer: {
  "proxy": {
    "/api": {
      //proxy address
      "target": "http://umock.ch-un.com"
    }
  },
  historyApiFallback: true
},

构建

我们建议所有构建环境使用相同的代码,具体方案请参考开发文档。

# build
yarn build

浏览器支持

现代浏览器以及 Internet Explorer 9+.

系统已经自动安装配置好 polyfill.

License

MIT

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.