2025-03-18 08:46:50 +08:00

52 lines
991 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# django-vue-lyadmin frontend 专业版 前端框架
#### slogon
做一个专业前端能用的框架后台人员也能面向配置的、能改得动的CRUD
#### 介绍
django-vue-lyadmin 是一套前后端分离的前端后台管理框架,是适配 django-vue-lyadmin 的 python django 后台管理项目的专属框架,基于原生 vue3 elmentuiplus 开发,灵活自定义,可发挥空间大
#### 软件架构
```
1、vue3
2、elementplus
3、pinia
4、富文本编辑器采用tinymce
```
#### 安装教程
```
cd frontend
npm install --registry=https://registry.npmmirror.com
注释如果安装过程有如下报错则运行npm cache clear --force
npm ERR! Cannot read properties of null (reading 'pickAlgorithm')
```
#### 使用说明
调试开发直接运行(development)
```
npm start
```
#### 打包
线上部署(production)
```
npm run build
```
打包后静态文件在 dist 目录中