Directory Structure
AsagaoUI’s directory structure is designed to be intuitive and easy to use. Below is a brief explanation of its basic structure.
Structure of Compiled Files
Compiled files that can be used directly on the web are stored in the dist folder.
text
asagaoui/dist/
├── css
│ ├── asagaoui-icons.css
│ ├── asagaoui-icons.css.map
│ ├── asagaoui-icons.min.css
│ ├── asagaoui.css
│ ├── asagaoui.css.map
│ └── asagaoui.min.css
├── icons
│ ├── asagaoui-icons.json
│ └── asagaoui-icons.woff2
└── js
└── asagaoui.jsFolder Structure
The folder structure of the entire project is as follows:
text
asagaoui/
├── assets
│ ├── brand
│ ├── icons
│ └── illustrations
├── dist
│ ├── css
│ ├── icons
│ └── js
├── scss
│ ├── base
│ ├── components
│ ├── forms
│ ├── layout
│ ├── styles
│ └── utilities
├── ts
│ └── components
└── website