This is a website for 2025 Cultural AI Reasoning Model.
🚀 You can deploy your own version of the template to Genezio with one click:
- Download and Install NodeJs LTS version from NodeJs Official Page.
- Navigate to the root ./ directory of the product and run
yarn installornpm installto install our local dependencies. - To view on your local device, run
npm run dev.
The documentation for the Material Kit is hosted at our website.
This project is based on Vue-Material-Kit template. Within the project you'll find the following directories and files:
vue-material-kit-2
├── public
├── src
│ ├── assets
│ │ ├── css
│ │ ├── fonts
│ │ ├── img
│ │ ├── js
│ │ └── scss
│ ├── components
│ │ ├── MaterialAlert.vue
│ │ ├── MaterialAvatar.vue
│ │ ├── MaterialBadge.vue
│ │ ├── MaterialButton.vue
│ │ ├── MaterialCheckbox.vue
│ │ ├── MaterialInput.vue
│ │ ├── MaterialPagination.vue
│ │ ├── MaterialPaginationItem.vue
│ │ ├── MaterialProgress.vue
│ │ ├── MaterialSocialButton.vue
│ │ ├── MaterialSwitch.vue
│ │ └── MaterialTextArea
│ ├── examples
│ │ ├── cards
│ │ ├── footers
│ │ ├── navbars
│ │ ├── tables
│ │ ├── Breadcrumbs.vue
│ │ └── Header.vue
│ ├── layouts
│ │ ├── sections
│ │ │ ├── attention-catchers
│ │ │ ├── components
│ │ │ ├── elements
│ │ │ ├── input-areas
│ │ │ ├── navigation
│ │ └── └── page-sections
│ ├── router
│ ├── stores
│ ├── views
│ │ ├── LandingPages
│ │ └── Presentation
│ ├── App.vue
│ ├── main.js
│ └── material-kit.js
├── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── index.html
├── package.json
├── README.md
└── vite.config.js