Git Product home page Git Product logo

xadmin-client's Introduction

xadmin-client

xadmin-基于 Django+vue3 的 rbac 权限管理系统

基于 vue-pure-admin 二次开发

Django 做后端服务 xadmin-server

在线预览

https://xadmin.dvcloud.xin/ 账号密码:admin/admin123

docker 构建

修改 api 配置文件.env.production,将 api 域名修改为自己服务器,然后进行构建

docker compose up xadmin-client-build

docker 启动

docker compose up xadmin-client-prod

然后浏览器 http://localhost:8891 进行访问

本地开发运行,记得在vite.config.ts 添加proxy代理,要不然无法访问api服务

      proxy: {
        "/api": {
          target: "http://127.0.0.1:8896",
          changeOrigin: true,
          rewrite: path => path
        },
        "/media": {
          target: "http://127.0.0.1:8896",
          changeOrigin: true,
          rewrite: path => path
        },
        "/ws": {
          target: "ws://127.0.0.1:8896"
        }
      },

xadmin-client's People

Contributors

nineaiyu 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.