Skip to content

Folder Structure

Understand each part of the starterkit by learning the folder structure.

Saasdirectkit folder structure.
sh
backend/
  docker/
  .env.example
  database/
  extensions/
  schema-sync/
  helper/
  uploads/
app/
  assets/
  components/
  composables/
  layouts/
  middleware/
  pages/
  plugins/
  lib/
  utils/
  app.config.ts
  app.vue
modules/
node_modules/
public/
server/
  api/
  middleware/
  services/
nuxt.config.ts

Backend folder

Files for admin panel. You would be able to run the whole admin panel using the docker command after installation.

App folder

Your nuxt application code files.