An open API service indexing awesome lists of open source software.

https://github.com/kfhechenglong/blog-admin-master

基于vue3 element-plus typeScript开发的博客后台管理系统
https://github.com/kfhechenglong/blog-admin-master

tyepscript vue3

Last synced: 11 months ago
JSON representation

基于vue3 element-plus typeScript开发的博客后台管理系统

Awesome Lists containing this project

README

          


中文 | ENGLISH

vueAdminPlus


blog background management system developed based on vue 3.0 + element-plus + typeScript




### Project Introduction

- Main technology stack: Vuejs3.0 + Vue-router + Pinia + Element-Plus + TypeScript + SCSS

- Plugins used: axios + wangeditor5 + echarts5 + countup.js

- The effect can be seen directly when starting the project, and the default call is the background management interface of the official website, and you can log in with the experience account.

### Key features

- Home dashboard: Access statistics
- Article management: add, delete, query, and modify articles
- Comment management: comment query and deletion
- Category management: Add or delete categories
- Navigation management: query navigation, classification management, and new navigation
- User Management: Add, delete, and modify users
- Personal settings: Modify the user's personal information
- System settings: site settings, resource management, online compilation, recycle bin
- Common tools:
- JSON formatting
- Online sweepstakes
- Online roll call
- Image to base64
- Generate QR codes online
- IP attribution query
- Constantly updated...

### Experience address

### Run the project

``` bash

#Download the code
gitee: git clone https://github/kfhechenglong/blog-admin-master.git
# Install dependencies
npm install
# Launch the app
npm run dev
# Build the app
npm run build

```