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开发的博客后台管理系统
- Host: GitHub
- URL: https://github.com/kfhechenglong/blog-admin-master
- Owner: kfhechenglong
- License: apache-2.0
- Created: 2024-03-04T07:52:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T10:05:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T12:08:46.583Z (about 1 year ago)
- Topics: tyepscript, vue3
- Language: Vue
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
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
```