# Folder Structure

Understand folder structure of template and what everything contains

# Main Package

Once you unzip the package from marketplace/store you will find folder named Aatrox folder which contains actual files and folders required to run Aatrox Admin.

project
│   .env
│   .eslintrc.js   
│   .gitignore
│   .prettierrc.js
│   index.html
│   netlify.toml
│   package.json
│   package-lock.json
│   postcss.config
│   tailwind.config
│   vite.config
│   yarn.lock
│   yarn-error
│   │
│   │
│   └── src
│   │      App.vue
│   │      index.css
│   │      main.js
│   │      assets
│   │      data
│   │      layout
│   │      │  Footer.vue
│   │      │  Header.vue
│   │      │  Sidebar.vue
│   │      │  index.vue
│   │      │   
│   │      │   
│   │      router
│   │      │  index.js
│   │      │  
│   │      │   
│   │      store
│   │      │   index.js
│   │      │   helper.js
│   │      │   modules
│   │      │       │
│   │      │       └── largeSidebar.js
│   │      views
│   │      │   apps
│   │      │   charts
│   │      │   components
│   │      │   contacts
│   │      │   dashboards
│   │      │   profile
│   │      │   sessions
│   │      │   widgets
│   │      │   About.vue
│   │      │   Home.vue
│   │      │   LandingPage.vue
│   │      │   NotFound.vue
│   │      │       
│   │      │  
│   │      │   
│   │      components
│   │      │  Breadcrumbs.vue
│   │      │  HeaderSearch.vue
│   │      │  
│   │      └──Base 
│   │       │
│   │       └── BaseBtn.vue
│   │       │
│   │       └── BaseCard.vue
│   │
│   │
│   │
│   │
│   │
│   │
│   └── public
│          images
│          landing-page
│          favicon.icon
Last Updated: 10/10/2021, 11:47:58 AM