vue2-admin-lte icon indicating copy to clipboard operation
vue2-admin-lte copied to clipboard

디렉토리구조 정리

Open devjin0617 opened this issue 7 years ago • 0 comments

현재구조

  • src
    • assets
    • components
    • examples
    • lib
    • pages
      • ui-elements
    • router
    • vuex
      • api
        • services
      • modules
    • widgets

개인의견

  • components: AdminLTE에서 정의한 컴포넌트단위
  • exmaples: Invoice, Profile, Login, Register, 404 Error, 500 Error 등의 페이지
  • pages: 왼쪽 sidebar기준의 페이지 단위
  • widgets: AdminLTE에서 정의한 위젯단위

devjin0617 avatar Mar 09 '17 16:03 devjin0617