Skip to content

Folder structure #17781

Jan 23, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

These are the only mandatory files(mode-specific ones are only mandatory if using the mode):
https://quasar.dev/quasar-cli-vite/quasar-config-file#sourcefiles

src/css/quasar.variables.scss is another case, but it's not configurable yet, unfortunately.

The rest of the files/directories are mainly for convenience. For example, quasar new page xyz would create src/pages/xyz.vue. quasar.config file > boot expects boot files to exist there, but you can do ~src/modules/foo/boot/whatever where anything after the ~ prefix is a valid import path(can use aliases, npm packages, etc.).

So, as for your questions:

  1. No. As long as you are fine with the loss of some convenience as described above, you ar…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PiotrMigdal
Comment options

Answer selected by PiotrMigdal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants