Skip to content

IbbPress/vue-blog-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于 Vue.js 开发博客后台管理系统

环境和依赖

  • node
  • yarn
  • webpack
  • eslint
  • @vue/cli ~3
  • "vue@^2.6.10`
  • "vue-router@^3.1.2": 路由
  • ant-design-vue - Ant Design Of Vue 实现
  • axios@^0.19.0: 网络请求工具库
  • mavon-editor@^2.7.7: Markdown 编辑器
  • moment@^2.24.0:时间处理工具库
  • vue-cropper - 头像裁剪组件
  • @antv/g2 - Alipay AntV 数据可视化图表
  • Viser-vue - antv/g2 封装实现

项目下载和运行

  • 拉取项目代码
git clone https://github.com/IbbPress/vue-blog-admin.git
cd vue-blog-admin
  • 安装依赖
yarn install
  • 开发模式运行
yarn serve
  • 编译项目
yarn build
  • Lints and fixes files
yarn lint

浏览器兼容

Modern browsers and IE10.

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

其他说明

本项目对应 Server 端地址:https://github.com/IbbPress/nodejs-blog-server