Does quasar have a style guide(best practices)?(Solved)
-
Hi everyone
Does quasar have a style guide(best practices)?
Explaining what I am looking for:
-
what goes in page
-
what goes in components
-
the best way to setup apollo-graphql
-
jest testing, does it support Cypress ?
-
typescript integration is it recommended?
-
when you build your own component or extension contributing guideline with clear steps and style
-
SSR PWA mode auth best practices json webtokens vs cookies http
-
keep the code dry using patterns(does Vue patterns apply)?
Thanks for your time in advance
Can the core members answer my questions?
Thanks for your time @rstoenescu
-
-
Should I understand that there isn’t a guide of best practices for quasar regarding my questions?
Are there any plans to create one?
Thanks
-
@wolfiton vue’s style guide should suffice with your general question. as for your first 2 bullets https://quasar.dev/quasar-cli/cli-documentation/directory-structure.
-
OK
Thanks @metalsadman
I will follow vue guide than.