Giter Site home page Giter Site logo

cgb-lowcode / submarine-admin-frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goldsubmarine/submarine-admin-frontend

0.0 0.0 0.0 5.91 MB

本项目基于 vue-admin-template 进行二次开发,配后后端项目 submarine-admin-backend 可快速开发后台项目。

License: MIT License

JavaScript 41.39% HTML 5.62% Vue 51.24% SCSS 1.75%

submarine-admin-frontend's Introduction

submarine-admin-frontend

本项目基于 vue-admin-template 进行二次开发,配后后端项目 submarine-admin-backend 可快速开发后台项目。

vue-admin-template 是一个极简的 vue admin 管理后台。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。其他功能集成,可从 vue-element-admin 拷贝过来

快速开始

# 克隆项目
git clone https://github.com/GoldSubmarine/submarine-admin-frontend.git

# 进入项目目录
cd submarine-admin-frontend

# 建议使用 yarn 安装,不要使用 cnpm 或 npm ,会有各种诡异的 bug。可以通过如下操作解决下载速度慢的问题
yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ ;
yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/ ;
yarn config set registry https://registry.npm.taobao.org ;
yarn config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/;

# 安装依赖
yarn install

# 启动服务
yarn dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

动态表单

封装了 Element UI ,将表单抽象成 json 快速开发页面,极大的提高了效率

代码生成

使用 xcrud-generator 无侵入的生成增删改查

功能

  • 权限管理
  • 机构管理
  • 角色管理
  • 用户管理
  • 字典管理
  • 存储管理
  • 定时任务
  • SQL监控

前端预览

浏览器支持

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

submarine-admin-frontend's People

Contributors

goldsubmarine avatar dependabot-preview[bot] avatar dependabot[bot] 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.