1 Star 1 Fork 0

儒雅的烤地瓜 / vue-el-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

vue+element单页面电商后台管理系统

介绍

  • vue-el-admin是一个单页面电商网站后台管理系统,基于 vueelement。它使用了最新的前端技术栈,内置动态路由,导航菜单渲染,权限验证等,提炼了典型的业务模型,用户UI界面干净整洁。

  • 完整版

    Github仓库 | 预览 🌐 Gitee仓库 | 预览

前序准备

你需要在本地安装 nodegit。本项目技术栈基于 ES2015+vuevuexvue-routeraxioselement-ui,提前了解和学习这些知识会对使用本项目有很大的帮助。

软件架构

软件架构说明

安装教程

开发

  • 克隆项目
git clone https://github.com/sunyctf/vue-el-admin.git  # clone the project
  • 进入项目
cd vue-admin-template # enter the project directory
  • 安装依赖
yarn install # install dependency
  • 运行项目
yarn run serve # Compiles and hot-reloads for development

发布

  • 打包测试
yarn run build:test # Packaging test
  • 正式打包
yarn run build # Compiles and minifies for production
  • 运行测试单元
yarn run test # Run your tests
  • 格式化代码
yarn run lint # Lints and fixes files ——代码格式检查并自动修复(规范代码)

演示

  • username: admin | password: 任意
  • username: editor | password: 任意

其他注意事项

SVG

安装
npm i -D vue-svg-loader vue-template-compiler
修改配置
// vue.config.js
module.exports = {
  chainWebpack: (config) => {
    const svgRule = config.module.rule('svg');
 
    svgRule.uses.clear();
 
    svgRule
      .use('babel-loader')
      .loader('babel-loader')
      .end()
      .use('vue-svg-loader')
      .loader('vue-svg-loader');
  },
}
使用
<script>
import daiban from '@/assets/icon/daiban.svg'
export default {
    components:{
        daiban
    }
}
</script>
修该颜色
/* 删除SVG文件中的 fill */
.index-head-centent-right-list-icon-is{
    color: #F515EA !important;
    width: 20px;
    height: 22px;
    fill: currentColor;   /* 重点 */
}

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. GitHub 官方博客 blog.github.com
  3. 你可以 https://github.com/explore 这个地址来了解 GitHub 上的优秀开源项目
  4. GitHub官方提供的使用手册 https://docs.github.com/cn
  5. GitHub中文社区 https://www.githubs.cn/
MIT License Copyright (c) 2023 儒雅的烤地瓜 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

💰 vue-el-admin是一个单页面电商网站后台管理系统,基于 vue 和 element。 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/sunyctf/vue-el-admin.git
git@gitee.com:sunyctf/vue-el-admin.git
sunyctf
vue-el-admin
vue-el-admin
main

搜索帮助