三新前端

yxw authored on 21 Oct 2021
mock first commit 3 years ago
public first commit 3 years ago
src 添加视频、图片 3 years ago
tests first commit 3 years ago
.browserslistrc first commit 3 years ago
.editorconfig first commit 3 years ago
.eslintignore first commit 3 years ago
.eslintrc.js first commit 3 years ago
.gitignore first commit 3 years ago
README.md first commit 3 years ago
babel.config.js first commit 3 years ago
cypress.json first commit 3 years ago
jest.config.js first commit 3 years ago
package.json first commit 3 years ago
vue.config.js first commit 3 years ago
README.md

后台管理管理系统前端

后台管理系统WEB前端,系统管理模块基于基础权限管理的基础框架 ,整个系统模块包括资源管理、角色管理、组织结构管理、用户管理、日志管理。 可作为后续前后端分离的管理系统的基础前端框架使用。

相关项目

本项目源于vue-element-admin,一个极简的 vue admin 管理后台V4.4.0版本。

vue-admin-template

vue-element-admin

安装前提

  1. 安装nodejs

nodejs官网下载安装包

安装完成之后,在cmd中检查Node.js版本,输出版本号则表示安装成功

node --version

安装步骤

# 克隆项目
git clone http://xxx

# 安装依赖
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Serve with hot reload at localhost:9528
npm run dev

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

# Run your unit tests
npm run test:unit

# Run your end-to-end tests
npm run test:e2e

# Lints and fixes files
npm run lint

浏览器支持情况

主流浏览器和IE 10+.

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

License

Copyright (c) 2021-present WangXiaoying