Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 994 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 994 Bytes

admin

本项目处于开发进行中,代码已基本可以使用。前端基于 vueAdmin-template 开发的业务管理系统,API 后端使用 Laravel/Lumen 框架,仓库地址 yascmf/api

安装与使用

git clone https://github.com/yascmf/admin.git
cd admin
npm install
cp .env.example .env
vim .env
// 修改BASE_API 为 API 后端基地址
npm run dev

安全说明

simplemde (<= 1.11.2)组件存在 XSS 漏洞,目前官方没有修复该漏洞,请慎用或限制使用该组件。

二次开发

需要开发者有一定的 VueElementUI 的开发能力。

参考资源: