登录 注册
当前位置:主页 > 资源下载 > 9 > 一个基于Bootstrap的静态后台管理界面:bootstrap-static-ui

一个基于Bootstrap的静态后台管理界面:bootstrap-static-ui

  • 更新:2024-10-28 10:11:19
  • 大小:765KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

项目说明 1. 项目结构 ├─.gitignore ├─app.js //koa2 入口文件 ├─package.json ├─readme.md ├─views //所有html模板 | ├─demo.html | ├─detail.html | ├─edit.html | ├─index.html | ├─login.html | ├─upload.html | ├─general | | ├─attachment.html | | └config.html | ├─dashboard | | └index.html | ├─category | | └index.html | ├─auth | | ├─admin.html |