Giter Club home page Giter Club logo

vue-admin-client's Introduction

vue-admin-client

已废弃

Admin client for my personal blog site, powered by Vue2

个人博客后台管理系统,需要配合服务端代码一起运行,在这 express-api-server

功能

  • 登录 / 注册
  • 文章新增 / 修改 / 查询 / 删除
  • 分类新增 / 修改 / 查询 / 删除
  • 标签新增 / 修改 / 查询 / 删除
  • 图片上传 / 查询
  • 个人信息查询 / 修改
  • ...

技术栈

vue + vue-router + vuex + element-ui + axios + vue-meditor + ES6+

项目结构

├── public                     # 静态资源
│   │── favicon.ico            # favicon图标
│   └── index.html             # html模板
├── src                        # 源代码
│   ├── assets                 # 静态资源
│   ├── components             # 全局公用组件
│   ├── layouts                # 布局
│   ├── request                # 网络请求
│   ├── plugin                 # 插件
│   ├── components             # 全局公用组件
│   ├── router                 # 路由配置
│   ├── store                  # 全局状态管理
│   ├── styles                 # 全局样式
│   ├── theme                  # 主题配置
│   ├── utils                  # 工具函数
│   ├── views                  # 页面组件
│   ├── App.vue                # 入口页面
│   ├── main.js                # 入口文件
├── .eslintrc.js               # eslint 配置项
├── babel.config.js            # babel 配置
└── package.json               # package.json

项目截图

首页

文章

分类

标签

文件管理

构建

# 克隆项目
git clone https://github.com/wujihua118/vue-admin-client.git

# 安装相关依赖
npm install

# 开发环境运行
npm run serve

计划

使用 Vite + Vue3 + TypeScript + Element Plus 重构

如有问题欢迎 Issues 👏

vue-admin-client's People

Contributors

evan976 avatar

Stargazers

Roman avatar zz avatar 贝利亚 avatar  avatar

Watchers

 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.