本项目处于开发进行中,代码已基本可以使用。前端基于
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
漏洞,目前官方没有修复该漏洞,请慎用或限制使用该组件。
需要开发者有一定的 Vue
与 ElementUI
的开发能力。
参考资源: