项目结构

12114
  1. └─ 02-lms-seo_admin
  2. ├─ README.md
  3. ├─ app
  4. ├─ common
  5. └─ README.md
  6. ├─ constant
  7. ├─ README.md
  8. ├─ constant.js
  9. └─ error.js
  10. ├─ controller
  11. └─ README.md
  12. ├─ extend
  13. └─ helper.js
  14. ├─ public
  15. ├─ README.md
  16. ├─ articleViewer
  17. ├─ font-awesome.min.css
  18. ├─ fonts
  19. ├─ fa-brands-400.woff2
  20. ├─ fa-regular-400.ttf
  21. ├─ fa-regular-400.woff2
  22. ├─ fa-solid-900.ttf
  23. └─ fa-solid-900.woff2
  24. ├─ mdb.min.css
  25. ├─ mdb.min.js
  26. ├─ mdb.min.js.map
  27. └─ roboto-font.css
  28. └─ jsoneditor
  29. ├─ img
  30. └─ jsoneditor-icons.svg
  31. ├─ jsoneditor.css
  32. └─ jsoneditor.js
  33. ├─ schedule
  34. └─ clearResourceRequestLog.js
  35. ├─ service
  36. ├─ article.js
  37. ├─ articleParser.js
  38. ├─ category.js
  39. ├─ cloudDrive.js
  40. ├─ constantUi.js
  41. ├─ userManagement.js
  42. └─ xfPage.js
  43. └─ view
  44. ├─ component
  45. ├─ articleEditor
  46. └─ articleEditorCss.html
  47. ├─ articleViewer
  48. ├─ jianghuCommonCss.html
  49. ├─ jianghuDocCss.html
  50. ├─ jianghuDocDocsCss.html
  51. ├─ jianghuJs.html
  52. └─ jianghuUiCss.html
  53. ├─ calendarEvent.html
  54. ├─ calendarEventTile.html
  55. ├─ datetimePicker.html
  56. ├─ fileBrowser
  57. ├─ breadcrumbs.html
  58. ├─ createNewDirectory.html
  59. ├─ directoryList.html
  60. ├─ fileBrowser.html
  61. ├─ fileDetail.html
  62. ├─ fileUpload.html
  63. └─ markdownEditor.html
  64. ├─ markdown2html
  65. ├─ articleMarkdownEngine.html
  66. ├─ articleQueryTemplate.html
  67. ├─ jhTagEngine.html
  68. ├─ md2html.html
  69. ├─ pdfViewerTemplate.html
  70. └─ toggleTemplate.html
  71. ├─ vueFilters.html
  72. └─ vueJsonEditor.html
  73. ├─ page
  74. ├─ article.html
  75. ├─ articleEdit.html
  76. ├─ articleHistory.html
  77. ├─ articleList.html
  78. ├─ calendarManagement.html
  79. ├─ categoryList.html
  80. ├─ constantUiList.html
  81. ├─ materialList.html
  82. ├─ resetUserPassword.html
  83. ├─ userList.html
  84. ├─ xfPageEdit.html
  85. ├─ xfPageHistory.html
  86. └─ xfPageList.html
  87. └─ template
  88. └─ articleTemplate.html
  89. ├─ app.js
  90. ├─ config
  91. ├─ config.default.js
  92. ├─ config.env.example.js
  93. ├─ config.local.example.js
  94. ├─ config.local.js
  95. ├─ config.prod.cn.example.js
  96. ├─ config.prod.example.js
  97. └─ plugin.js
  98. ├─ jsconfig.json
  99. ├─ package-lock.json
  100. ├─ package.json
  101. └─ sql
  102. ├─ cn_init.sql
  103. ├─ init.sql
  104. └─ mock.sql