Folder Structure

This section will show you how to keep your files organized. Our theme file structure that looks like this.

Theme folder and file structure

Inside the zip-file you'll find the following directories and files.


dashui-nuxt-starter-admin-template
  ├── .nuxt/
  ├── .output/
  ├── app/
  ├── assets/
  ├── components/
  ├── composables/
  ├── layouts/
  ├── pages/
  ├── plugins/
  ├── public/
  ├── stores/
  ├── utils/
  ├── .gitignore
  ├── .prettierignore
  ├── .prettierrc
  ├── app.vue
  ├── error.vue
  ├── nuxt.config.js
  ├── package.json
  ├── README.md
  └── tsconfig.json
								
CONTENTS
  • Introduction