https://github.com/lfb/vue-blog-admin
基于 Vue.js + Element-UI 实现的博客管理后台
https://github.com/lfb/vue-blog-admin
admin-dashboard element-ui vuejs
Last synced: 11 months ago
JSON representation
基于 Vue.js + Element-UI 实现的博客管理后台
- Host: GitHub
- URL: https://github.com/lfb/vue-blog-admin
- Owner: lfb
- License: mit
- Created: 2022-11-10T03:10:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:12:19.000Z (over 1 year ago)
- Last Synced: 2025-04-16T11:06:04.221Z (about 1 year ago)
- Topics: admin-dashboard, element-ui, vuejs
- Language: Vue
- Homepage:
- Size: 505 KB
- Stars: 18
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 博客管理后台
一个基于 Vue 完整的管理后台,包含登录权限,文章管理,分类管理,用户管理,评论管理,回复管理模块
- 技术栈:Vue.js, Vuex, vue-router
- UI 框架:Element-UI
- Node.js 服务端 API 接口项目:[https://github.com/lfb/nodejs-koa-blog](https://github.com/lfb/nodejs-koa-blog)
- 欢迎大家指导~
## 安装启动
```
# 安装包
npm install 或者 yarn install
# 启动
npm dev 或者 yarn dev
```
