create-quasar 1.11.7 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (440) hide show
  1. package/package.json +2 -1
  2. package/templates/app/index.js +1 -2
  3. package/templates/app/quasar-v1/js/BASE/_package.json +1 -1
  4. package/templates/app/quasar-v1/ts/BASE/_package.json +1 -1
  5. package/templates/ui-kit/index.js +1 -3
  6. package/scripts/create-test-project.ts +0 -57
  7. package/templates/app/quasar-v2/index.js +0 -58
  8. package/templates/app/quasar-v2/js-vite-1/.eslintrc.cjs +0 -20
  9. package/templates/app/quasar-v2/js-vite-1/BASE/README.md +0 -41
  10. package/templates/app/quasar-v2/js-vite-1/BASE/_.editorconfig +0 -9
  11. package/templates/app/quasar-v2/js-vite-1/BASE/_.gitignore +0 -33
  12. package/templates/app/quasar-v2/js-vite-1/BASE/_.npmrc +0 -5
  13. package/templates/app/quasar-v2/js-vite-1/BASE/_.vscode/extensions.json +0 -15
  14. package/templates/app/quasar-v2/js-vite-1/BASE/_.vscode/settings.json +0 -10
  15. package/templates/app/quasar-v2/js-vite-1/BASE/_jsconfig.json +0 -39
  16. package/templates/app/quasar-v2/js-vite-1/BASE/_package.json +0 -53
  17. package/templates/app/quasar-v2/js-vite-1/BASE/index.html +0 -21
  18. package/templates/app/quasar-v2/js-vite-1/BASE/postcss.config.cjs +0 -27
  19. package/templates/app/quasar-v2/js-vite-1/BASE/public/favicon.ico +0 -0
  20. package/templates/app/quasar-v2/js-vite-1/BASE/public/icons/favicon-128x128.png +0 -0
  21. package/templates/app/quasar-v2/js-vite-1/BASE/public/icons/favicon-16x16.png +0 -0
  22. package/templates/app/quasar-v2/js-vite-1/BASE/public/icons/favicon-32x32.png +0 -0
  23. package/templates/app/quasar-v2/js-vite-1/BASE/public/icons/favicon-96x96.png +0 -0
  24. package/templates/app/quasar-v2/js-vite-1/BASE/quasar.config.js +0 -221
  25. package/templates/app/quasar-v2/js-vite-1/BASE/src/App.vue +0 -16
  26. package/templates/app/quasar-v2/js-vite-1/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  27. package/templates/app/quasar-v2/js-vite-1/BASE/src/boot/_.gitkeep +0 -0
  28. package/templates/app/quasar-v2/js-vite-1/BASE/src/components/EssentialLink.vue +0 -76
  29. package/templates/app/quasar-v2/js-vite-1/BASE/src/layouts/MainLayout.vue +0 -245
  30. package/templates/app/quasar-v2/js-vite-1/BASE/src/pages/ErrorNotFound.vue +0 -36
  31. package/templates/app/quasar-v2/js-vite-1/BASE/src/pages/IndexPage.vue +0 -22
  32. package/templates/app/quasar-v2/js-vite-1/BASE/src/router/index.js +0 -30
  33. package/templates/app/quasar-v2/js-vite-1/BASE/src/router/routes.js +0 -18
  34. package/templates/app/quasar-v2/js-vite-1/axios/src/boot/axios.js +0 -24
  35. package/templates/app/quasar-v2/js-vite-1/css/src/css/app.css +0 -1
  36. package/templates/app/quasar-v2/js-vite-1/i18n/src/boot/i18n.js +0 -14
  37. package/templates/app/quasar-v2/js-vite-1/i18n/src/i18n/en-US/index.js +0 -7
  38. package/templates/app/quasar-v2/js-vite-1/i18n/src/i18n/index.js +0 -5
  39. package/templates/app/quasar-v2/js-vite-1/index.js +0 -50
  40. package/templates/app/quasar-v2/js-vite-1/lint/_.eslintignore +0 -7
  41. package/templates/app/quasar-v2/js-vite-1/lint/_.eslintrc.cjs +0 -100
  42. package/templates/app/quasar-v2/js-vite-1/pinia/src/stores/example-store.js +0 -15
  43. package/templates/app/quasar-v2/js-vite-1/pinia/src/stores/index.js +0 -20
  44. package/templates/app/quasar-v2/js-vite-1/pinia/src/stores/store-flag.d.ts +0 -13
  45. package/templates/app/quasar-v2/js-vite-1/sass/src/css/app.sass +0 -1
  46. package/templates/app/quasar-v2/js-vite-1/sass/src/css/quasar.variables.sass +0 -25
  47. package/templates/app/quasar-v2/js-vite-1/scss/src/css/app.scss +0 -1
  48. package/templates/app/quasar-v2/js-vite-1/scss/src/css/quasar.variables.scss +0 -25
  49. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/index.js +0 -27
  50. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/module-example/actions.js +0 -2
  51. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/module-example/getters.js +0 -2
  52. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/module-example/index.js +0 -12
  53. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/module-example/mutations.js +0 -2
  54. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/module-example/state.js +0 -5
  55. package/templates/app/quasar-v2/js-vite-1/vuex/src/store/store-flag.d.ts +0 -13
  56. package/templates/app/quasar-v2/js-vite-2/.eslintrc.cjs +0 -24
  57. package/templates/app/quasar-v2/js-vite-2/BASE/README.md +0 -40
  58. package/templates/app/quasar-v2/js-vite-2/BASE/_.editorconfig +0 -7
  59. package/templates/app/quasar-v2/js-vite-2/BASE/_.gitignore +0 -33
  60. package/templates/app/quasar-v2/js-vite-2/BASE/_.npmrc +0 -5
  61. package/templates/app/quasar-v2/js-vite-2/BASE/_.vscode/extensions.json +0 -15
  62. package/templates/app/quasar-v2/js-vite-2/BASE/_.vscode/settings.json +0 -10
  63. package/templates/app/quasar-v2/js-vite-2/BASE/_jsconfig.json +0 -3
  64. package/templates/app/quasar-v2/js-vite-2/BASE/_package.json +0 -48
  65. package/templates/app/quasar-v2/js-vite-2/BASE/index.html +0 -21
  66. package/templates/app/quasar-v2/js-vite-2/BASE/postcss.config.js +0 -29
  67. package/templates/app/quasar-v2/js-vite-2/BASE/public/favicon.ico +0 -0
  68. package/templates/app/quasar-v2/js-vite-2/BASE/public/icons/favicon-128x128.png +0 -0
  69. package/templates/app/quasar-v2/js-vite-2/BASE/public/icons/favicon-16x16.png +0 -0
  70. package/templates/app/quasar-v2/js-vite-2/BASE/public/icons/favicon-32x32.png +0 -0
  71. package/templates/app/quasar-v2/js-vite-2/BASE/public/icons/favicon-96x96.png +0 -0
  72. package/templates/app/quasar-v2/js-vite-2/BASE/quasar.config.js +0 -231
  73. package/templates/app/quasar-v2/js-vite-2/BASE/src/App.vue +0 -14
  74. package/templates/app/quasar-v2/js-vite-2/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  75. package/templates/app/quasar-v2/js-vite-2/BASE/src/boot/_.gitkeep +0 -0
  76. package/templates/app/quasar-v2/js-vite-2/BASE/src/components/EssentialLink.vue +0 -72
  77. package/templates/app/quasar-v2/js-vite-2/BASE/src/layouts/MainLayout.vue +0 -241
  78. package/templates/app/quasar-v2/js-vite-2/BASE/src/pages/ErrorNotFound.vue +0 -34
  79. package/templates/app/quasar-v2/js-vite-2/BASE/src/pages/IndexPage.vue +0 -20
  80. package/templates/app/quasar-v2/js-vite-2/BASE/src/router/index.js +0 -30
  81. package/templates/app/quasar-v2/js-vite-2/BASE/src/router/routes.js +0 -18
  82. package/templates/app/quasar-v2/js-vite-2/axios/src/boot/axios.js +0 -24
  83. package/templates/app/quasar-v2/js-vite-2/css/src/css/app.css +0 -1
  84. package/templates/app/quasar-v2/js-vite-2/eslint/_eslint.config.js +0 -73
  85. package/templates/app/quasar-v2/js-vite-2/i18n/src/boot/i18n.js +0 -14
  86. package/templates/app/quasar-v2/js-vite-2/i18n/src/i18n/en-US/index.js +0 -7
  87. package/templates/app/quasar-v2/js-vite-2/i18n/src/i18n/index.js +0 -5
  88. package/templates/app/quasar-v2/js-vite-2/index.js +0 -36
  89. package/templates/app/quasar-v2/js-vite-2/pinia/src/stores/example-store.js +0 -21
  90. package/templates/app/quasar-v2/js-vite-2/pinia/src/stores/index.js +0 -20
  91. package/templates/app/quasar-v2/js-vite-2/prettier/_.prettierrc.json +0 -6
  92. package/templates/app/quasar-v2/js-vite-2/sass/src/css/app.sass +0 -1
  93. package/templates/app/quasar-v2/js-vite-2/sass/src/css/quasar.variables.sass +0 -25
  94. package/templates/app/quasar-v2/js-vite-2/scss/src/css/app.scss +0 -1
  95. package/templates/app/quasar-v2/js-vite-2/scss/src/css/quasar.variables.scss +0 -25
  96. package/templates/app/quasar-v2/js-webpack-3/.eslintrc.cjs +0 -20
  97. package/templates/app/quasar-v2/js-webpack-3/BASE/README.md +0 -41
  98. package/templates/app/quasar-v2/js-webpack-3/BASE/_.editorconfig +0 -9
  99. package/templates/app/quasar-v2/js-webpack-3/BASE/_.gitignore +0 -37
  100. package/templates/app/quasar-v2/js-webpack-3/BASE/_.npmrc +0 -5
  101. package/templates/app/quasar-v2/js-webpack-3/BASE/_.vscode/extensions.json +0 -15
  102. package/templates/app/quasar-v2/js-webpack-3/BASE/_.vscode/settings.json +0 -10
  103. package/templates/app/quasar-v2/js-webpack-3/BASE/_jsconfig.json +0 -39
  104. package/templates/app/quasar-v2/js-webpack-3/BASE/_package.json +0 -63
  105. package/templates/app/quasar-v2/js-webpack-3/BASE/babel.config.cjs +0 -14
  106. package/templates/app/quasar-v2/js-webpack-3/BASE/postcss.config.cjs +0 -9
  107. package/templates/app/quasar-v2/js-webpack-3/BASE/public/favicon.ico +0 -0
  108. package/templates/app/quasar-v2/js-webpack-3/BASE/public/icons/favicon-128x128.png +0 -0
  109. package/templates/app/quasar-v2/js-webpack-3/BASE/public/icons/favicon-16x16.png +0 -0
  110. package/templates/app/quasar-v2/js-webpack-3/BASE/public/icons/favicon-32x32.png +0 -0
  111. package/templates/app/quasar-v2/js-webpack-3/BASE/public/icons/favicon-96x96.png +0 -0
  112. package/templates/app/quasar-v2/js-webpack-3/BASE/quasar.config.js +0 -254
  113. package/templates/app/quasar-v2/js-webpack-3/BASE/src/App.vue +0 -16
  114. package/templates/app/quasar-v2/js-webpack-3/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  115. package/templates/app/quasar-v2/js-webpack-3/BASE/src/boot/_.gitkeep +0 -0
  116. package/templates/app/quasar-v2/js-webpack-3/BASE/src/components/EssentialLink.vue +0 -76
  117. package/templates/app/quasar-v2/js-webpack-3/BASE/src/index.template.html +0 -22
  118. package/templates/app/quasar-v2/js-webpack-3/BASE/src/layouts/MainLayout.vue +0 -245
  119. package/templates/app/quasar-v2/js-webpack-3/BASE/src/pages/ErrorNotFound.vue +0 -36
  120. package/templates/app/quasar-v2/js-webpack-3/BASE/src/pages/IndexPage.vue +0 -22
  121. package/templates/app/quasar-v2/js-webpack-3/BASE/src/router/index.js +0 -30
  122. package/templates/app/quasar-v2/js-webpack-3/BASE/src/router/routes.js +0 -18
  123. package/templates/app/quasar-v2/js-webpack-3/axios/src/boot/axios.js +0 -24
  124. package/templates/app/quasar-v2/js-webpack-3/css/src/css/app.css +0 -1
  125. package/templates/app/quasar-v2/js-webpack-3/i18n/src/boot/i18n.js +0 -14
  126. package/templates/app/quasar-v2/js-webpack-3/i18n/src/i18n/en-US/index.js +0 -7
  127. package/templates/app/quasar-v2/js-webpack-3/i18n/src/i18n/index.js +0 -5
  128. package/templates/app/quasar-v2/js-webpack-3/index.js +0 -50
  129. package/templates/app/quasar-v2/js-webpack-3/lint/_.eslintignore +0 -9
  130. package/templates/app/quasar-v2/js-webpack-3/lint/_.eslintrc.cjs +0 -101
  131. package/templates/app/quasar-v2/js-webpack-3/pinia/src/stores/example-store.js +0 -15
  132. package/templates/app/quasar-v2/js-webpack-3/pinia/src/stores/index.js +0 -20
  133. package/templates/app/quasar-v2/js-webpack-3/pinia/src/stores/store-flag.d.ts +0 -13
  134. package/templates/app/quasar-v2/js-webpack-3/sass/src/css/app.sass +0 -1
  135. package/templates/app/quasar-v2/js-webpack-3/sass/src/css/quasar.variables.sass +0 -25
  136. package/templates/app/quasar-v2/js-webpack-3/scss/src/css/app.scss +0 -1
  137. package/templates/app/quasar-v2/js-webpack-3/scss/src/css/quasar.variables.scss +0 -25
  138. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/index.js +0 -27
  139. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/module-example/actions.js +0 -2
  140. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/module-example/getters.js +0 -2
  141. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/module-example/index.js +0 -12
  142. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/module-example/mutations.js +0 -2
  143. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/module-example/state.js +0 -5
  144. package/templates/app/quasar-v2/js-webpack-3/vuex/src/store/store-flag.d.ts +0 -13
  145. package/templates/app/quasar-v2/js-webpack-4/.eslintrc.cjs +0 -24
  146. package/templates/app/quasar-v2/js-webpack-4/BASE/README.md +0 -40
  147. package/templates/app/quasar-v2/js-webpack-4/BASE/_.editorconfig +0 -7
  148. package/templates/app/quasar-v2/js-webpack-4/BASE/_.gitignore +0 -33
  149. package/templates/app/quasar-v2/js-webpack-4/BASE/_.npmrc +0 -5
  150. package/templates/app/quasar-v2/js-webpack-4/BASE/_.vscode/extensions.json +0 -15
  151. package/templates/app/quasar-v2/js-webpack-4/BASE/_.vscode/settings.json +0 -10
  152. package/templates/app/quasar-v2/js-webpack-4/BASE/_jsconfig.json +0 -3
  153. package/templates/app/quasar-v2/js-webpack-4/BASE/_package.json +0 -58
  154. package/templates/app/quasar-v2/js-webpack-4/BASE/babel.config.js +0 -12
  155. package/templates/app/quasar-v2/js-webpack-4/BASE/index.html +0 -21
  156. package/templates/app/quasar-v2/js-webpack-4/BASE/postcss.config.js +0 -9
  157. package/templates/app/quasar-v2/js-webpack-4/BASE/public/favicon.ico +0 -0
  158. package/templates/app/quasar-v2/js-webpack-4/BASE/public/icons/favicon-128x128.png +0 -0
  159. package/templates/app/quasar-v2/js-webpack-4/BASE/public/icons/favicon-16x16.png +0 -0
  160. package/templates/app/quasar-v2/js-webpack-4/BASE/public/icons/favicon-32x32.png +0 -0
  161. package/templates/app/quasar-v2/js-webpack-4/BASE/public/icons/favicon-96x96.png +0 -0
  162. package/templates/app/quasar-v2/js-webpack-4/BASE/quasar.config.js +0 -221
  163. package/templates/app/quasar-v2/js-webpack-4/BASE/src/App.vue +0 -14
  164. package/templates/app/quasar-v2/js-webpack-4/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  165. package/templates/app/quasar-v2/js-webpack-4/BASE/src/boot/_.gitkeep +0 -0
  166. package/templates/app/quasar-v2/js-webpack-4/BASE/src/components/EssentialLink.vue +0 -72
  167. package/templates/app/quasar-v2/js-webpack-4/BASE/src/layouts/MainLayout.vue +0 -241
  168. package/templates/app/quasar-v2/js-webpack-4/BASE/src/pages/ErrorNotFound.vue +0 -34
  169. package/templates/app/quasar-v2/js-webpack-4/BASE/src/pages/IndexPage.vue +0 -20
  170. package/templates/app/quasar-v2/js-webpack-4/BASE/src/router/index.js +0 -30
  171. package/templates/app/quasar-v2/js-webpack-4/BASE/src/router/routes.js +0 -18
  172. package/templates/app/quasar-v2/js-webpack-4/axios/src/boot/axios.js +0 -24
  173. package/templates/app/quasar-v2/js-webpack-4/css/src/css/app.css +0 -1
  174. package/templates/app/quasar-v2/js-webpack-4/eslint/_eslint.config.js +0 -73
  175. package/templates/app/quasar-v2/js-webpack-4/i18n/src/boot/i18n.js +0 -14
  176. package/templates/app/quasar-v2/js-webpack-4/i18n/src/i18n/en-US/index.js +0 -7
  177. package/templates/app/quasar-v2/js-webpack-4/i18n/src/i18n/index.js +0 -5
  178. package/templates/app/quasar-v2/js-webpack-4/index.js +0 -36
  179. package/templates/app/quasar-v2/js-webpack-4/pinia/src/stores/example-store.js +0 -15
  180. package/templates/app/quasar-v2/js-webpack-4/pinia/src/stores/index.js +0 -20
  181. package/templates/app/quasar-v2/js-webpack-4/pinia/src/stores/store-flag.d.ts +0 -13
  182. package/templates/app/quasar-v2/js-webpack-4/prettier/_.prettierrc.json +0 -6
  183. package/templates/app/quasar-v2/js-webpack-4/sass/src/css/app.sass +0 -1
  184. package/templates/app/quasar-v2/js-webpack-4/sass/src/css/quasar.variables.sass +0 -25
  185. package/templates/app/quasar-v2/js-webpack-4/scss/src/css/app.scss +0 -1
  186. package/templates/app/quasar-v2/js-webpack-4/scss/src/css/quasar.variables.scss +0 -25
  187. package/templates/app/quasar-v2/ts-vite-1/.eslintrc.cjs +0 -21
  188. package/templates/app/quasar-v2/ts-vite-1/BASE/README.md +0 -41
  189. package/templates/app/quasar-v2/ts-vite-1/BASE/_.editorconfig +0 -9
  190. package/templates/app/quasar-v2/ts-vite-1/BASE/_.gitignore +0 -37
  191. package/templates/app/quasar-v2/ts-vite-1/BASE/_.npmrc +0 -5
  192. package/templates/app/quasar-v2/ts-vite-1/BASE/_.vscode/extensions.json +0 -15
  193. package/templates/app/quasar-v2/ts-vite-1/BASE/_.vscode/settings.json +0 -11
  194. package/templates/app/quasar-v2/ts-vite-1/BASE/_package.json +0 -57
  195. package/templates/app/quasar-v2/ts-vite-1/BASE/_tsconfig.json +0 -14
  196. package/templates/app/quasar-v2/ts-vite-1/BASE/index.html +0 -21
  197. package/templates/app/quasar-v2/ts-vite-1/BASE/postcss.config.cjs +0 -27
  198. package/templates/app/quasar-v2/ts-vite-1/BASE/public/favicon.ico +0 -0
  199. package/templates/app/quasar-v2/ts-vite-1/BASE/public/icons/favicon-128x128.png +0 -0
  200. package/templates/app/quasar-v2/ts-vite-1/BASE/public/icons/favicon-16x16.png +0 -0
  201. package/templates/app/quasar-v2/ts-vite-1/BASE/public/icons/favicon-32x32.png +0 -0
  202. package/templates/app/quasar-v2/ts-vite-1/BASE/public/icons/favicon-96x96.png +0 -0
  203. package/templates/app/quasar-v2/ts-vite-1/BASE/quasar.config.js +0 -224
  204. package/templates/app/quasar-v2/ts-vite-1/BASE/src/App.vue +0 -16
  205. package/templates/app/quasar-v2/ts-vite-1/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  206. package/templates/app/quasar-v2/ts-vite-1/BASE/src/boot/_.gitkeep +0 -0
  207. package/templates/app/quasar-v2/ts-vite-1/BASE/src/components/EssentialLink.vue +0 -74
  208. package/templates/app/quasar-v2/ts-vite-1/BASE/src/components/ExampleComponent.vue +0 -133
  209. package/templates/app/quasar-v2/ts-vite-1/BASE/src/components/models.ts +0 -8
  210. package/templates/app/quasar-v2/ts-vite-1/BASE/src/env.d.ts +0 -9
  211. package/templates/app/quasar-v2/ts-vite-1/BASE/src/layouts/MainLayout.vue +0 -245
  212. package/templates/app/quasar-v2/ts-vite-1/BASE/src/pages/ErrorNotFound.vue +0 -36
  213. package/templates/app/quasar-v2/ts-vite-1/BASE/src/pages/IndexPage.vue +0 -135
  214. package/templates/app/quasar-v2/ts-vite-1/BASE/src/quasar.d.ts +0 -9
  215. package/templates/app/quasar-v2/ts-vite-1/BASE/src/router/index.ts +0 -37
  216. package/templates/app/quasar-v2/ts-vite-1/BASE/src/router/routes.ts +0 -18
  217. package/templates/app/quasar-v2/ts-vite-1/BASE/src/shims-vue.d.ts +0 -10
  218. package/templates/app/quasar-v2/ts-vite-1/axios/src/boot/axios.ts +0 -31
  219. package/templates/app/quasar-v2/ts-vite-1/css/src/css/app.css +0 -1
  220. package/templates/app/quasar-v2/ts-vite-1/i18n/src/boot/i18n.ts +0 -33
  221. package/templates/app/quasar-v2/ts-vite-1/i18n/src/i18n/en-US/index.ts +0 -7
  222. package/templates/app/quasar-v2/ts-vite-1/i18n/src/i18n/index.ts +0 -5
  223. package/templates/app/quasar-v2/ts-vite-1/index.js +0 -55
  224. package/templates/app/quasar-v2/ts-vite-1/lint/_.eslintignore +0 -7
  225. package/templates/app/quasar-v2/ts-vite-1/lint/_.eslintrc.cjs +0 -130
  226. package/templates/app/quasar-v2/ts-vite-1/lint/_tsconfig.vue-tsc.json +0 -6
  227. package/templates/app/quasar-v2/ts-vite-1/pinia/src/stores/example-store.ts +0 -15
  228. package/templates/app/quasar-v2/ts-vite-1/pinia/src/stores/index.ts +0 -32
  229. package/templates/app/quasar-v2/ts-vite-1/pinia/src/stores/store-flag.d.ts +0 -13
  230. package/templates/app/quasar-v2/ts-vite-1/prettier/_.prettierrc +0 -4
  231. package/templates/app/quasar-v2/ts-vite-1/sass/src/css/app.sass +0 -1
  232. package/templates/app/quasar-v2/ts-vite-1/sass/src/css/quasar.variables.sass +0 -25
  233. package/templates/app/quasar-v2/ts-vite-1/scss/src/css/app.scss +0 -1
  234. package/templates/app/quasar-v2/ts-vite-1/scss/src/css/quasar.variables.scss +0 -25
  235. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/index.ts +0 -63
  236. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/module-example/actions.ts +0 -11
  237. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/module-example/getters.ts +0 -11
  238. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/module-example/index.ts +0 -16
  239. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/module-example/mutations.ts +0 -10
  240. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/module-example/state.ts +0 -11
  241. package/templates/app/quasar-v2/ts-vite-1/vuex/src/store/store-flag.d.ts +0 -13
  242. package/templates/app/quasar-v2/ts-vite-2/.eslintrc.cjs +0 -21
  243. package/templates/app/quasar-v2/ts-vite-2/BASE/README.md +0 -40
  244. package/templates/app/quasar-v2/ts-vite-2/BASE/_.editorconfig +0 -7
  245. package/templates/app/quasar-v2/ts-vite-2/BASE/_.gitignore +0 -33
  246. package/templates/app/quasar-v2/ts-vite-2/BASE/_.npmrc +0 -5
  247. package/templates/app/quasar-v2/ts-vite-2/BASE/_.vscode/extensions.json +0 -15
  248. package/templates/app/quasar-v2/ts-vite-2/BASE/_.vscode/settings.json +0 -11
  249. package/templates/app/quasar-v2/ts-vite-2/BASE/_package.json +0 -51
  250. package/templates/app/quasar-v2/ts-vite-2/BASE/_tsconfig.json +0 -3
  251. package/templates/app/quasar-v2/ts-vite-2/BASE/index.html +0 -21
  252. package/templates/app/quasar-v2/ts-vite-2/BASE/postcss.config.js +0 -29
  253. package/templates/app/quasar-v2/ts-vite-2/BASE/public/favicon.ico +0 -0
  254. package/templates/app/quasar-v2/ts-vite-2/BASE/public/icons/favicon-128x128.png +0 -0
  255. package/templates/app/quasar-v2/ts-vite-2/BASE/public/icons/favicon-16x16.png +0 -0
  256. package/templates/app/quasar-v2/ts-vite-2/BASE/public/icons/favicon-32x32.png +0 -0
  257. package/templates/app/quasar-v2/ts-vite-2/BASE/public/icons/favicon-96x96.png +0 -0
  258. package/templates/app/quasar-v2/ts-vite-2/BASE/quasar.config.ts +0 -238
  259. package/templates/app/quasar-v2/ts-vite-2/BASE/src/App.vue +0 -14
  260. package/templates/app/quasar-v2/ts-vite-2/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  261. package/templates/app/quasar-v2/ts-vite-2/BASE/src/boot/_.gitkeep +0 -0
  262. package/templates/app/quasar-v2/ts-vite-2/BASE/src/components/EssentialLink.vue +0 -70
  263. package/templates/app/quasar-v2/ts-vite-2/BASE/src/components/ExampleComponent.vue +0 -133
  264. package/templates/app/quasar-v2/ts-vite-2/BASE/src/components/models.ts +0 -8
  265. package/templates/app/quasar-v2/ts-vite-2/BASE/src/env.d.ts +0 -7
  266. package/templates/app/quasar-v2/ts-vite-2/BASE/src/layouts/MainLayout.vue +0 -241
  267. package/templates/app/quasar-v2/ts-vite-2/BASE/src/pages/ErrorNotFound.vue +0 -34
  268. package/templates/app/quasar-v2/ts-vite-2/BASE/src/pages/IndexPage.vue +0 -131
  269. package/templates/app/quasar-v2/ts-vite-2/BASE/src/router/index.ts +0 -35
  270. package/templates/app/quasar-v2/ts-vite-2/BASE/src/router/routes.ts +0 -18
  271. package/templates/app/quasar-v2/ts-vite-2/axios/src/boot/axios.ts +0 -31
  272. package/templates/app/quasar-v2/ts-vite-2/css/src/css/app.css +0 -1
  273. package/templates/app/quasar-v2/ts-vite-2/eslint/_eslint.config.js +0 -94
  274. package/templates/app/quasar-v2/ts-vite-2/i18n/src/boot/i18n.ts +0 -33
  275. package/templates/app/quasar-v2/ts-vite-2/i18n/src/i18n/en-US/index.ts +0 -7
  276. package/templates/app/quasar-v2/ts-vite-2/i18n/src/i18n/index.ts +0 -5
  277. package/templates/app/quasar-v2/ts-vite-2/index.js +0 -36
  278. package/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/example-store.ts +0 -21
  279. package/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts +0 -32
  280. package/templates/app/quasar-v2/ts-vite-2/prettier/_.prettierrc.json +0 -6
  281. package/templates/app/quasar-v2/ts-vite-2/sass/src/css/app.sass +0 -1
  282. package/templates/app/quasar-v2/ts-vite-2/sass/src/css/quasar.variables.sass +0 -25
  283. package/templates/app/quasar-v2/ts-vite-2/scss/src/css/app.scss +0 -1
  284. package/templates/app/quasar-v2/ts-vite-2/scss/src/css/quasar.variables.scss +0 -25
  285. package/templates/app/quasar-v2/ts-webpack-3/.eslintrc.cjs +0 -21
  286. package/templates/app/quasar-v2/ts-webpack-3/BASE/README.md +0 -41
  287. package/templates/app/quasar-v2/ts-webpack-3/BASE/_.editorconfig +0 -9
  288. package/templates/app/quasar-v2/ts-webpack-3/BASE/_.gitignore +0 -37
  289. package/templates/app/quasar-v2/ts-webpack-3/BASE/_.npmrc +0 -5
  290. package/templates/app/quasar-v2/ts-webpack-3/BASE/_.vscode/extensions.json +0 -15
  291. package/templates/app/quasar-v2/ts-webpack-3/BASE/_.vscode/settings.json +0 -11
  292. package/templates/app/quasar-v2/ts-webpack-3/BASE/_package.json +0 -78
  293. package/templates/app/quasar-v2/ts-webpack-3/BASE/_tsconfig.json +0 -14
  294. package/templates/app/quasar-v2/ts-webpack-3/BASE/babel.config.cjs +0 -14
  295. package/templates/app/quasar-v2/ts-webpack-3/BASE/postcss.config.cjs +0 -9
  296. package/templates/app/quasar-v2/ts-webpack-3/BASE/public/favicon.ico +0 -0
  297. package/templates/app/quasar-v2/ts-webpack-3/BASE/public/icons/favicon-128x128.png +0 -0
  298. package/templates/app/quasar-v2/ts-webpack-3/BASE/public/icons/favicon-16x16.png +0 -0
  299. package/templates/app/quasar-v2/ts-webpack-3/BASE/public/icons/favicon-32x32.png +0 -0
  300. package/templates/app/quasar-v2/ts-webpack-3/BASE/public/icons/favicon-96x96.png +0 -0
  301. package/templates/app/quasar-v2/ts-webpack-3/BASE/quasar.config.js +0 -233
  302. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/App.vue +0 -16
  303. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  304. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/boot/_.gitkeep +0 -0
  305. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/components/EssentialLink.vue +0 -74
  306. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/components/ExampleComponent.vue +0 -133
  307. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/components/models.ts +0 -8
  308. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/env.d.ts +0 -9
  309. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/index.template.html +0 -22
  310. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/layouts/MainLayout.vue +0 -245
  311. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/pages/ErrorNotFound.vue +0 -36
  312. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/pages/IndexPage.vue +0 -135
  313. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/quasar.d.ts +0 -9
  314. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/router/index.ts +0 -38
  315. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/router/routes.ts +0 -18
  316. package/templates/app/quasar-v2/ts-webpack-3/BASE/src/shims-vue.d.ts +0 -8
  317. package/templates/app/quasar-v2/ts-webpack-3/axios/src/boot/axios.ts +0 -31
  318. package/templates/app/quasar-v2/ts-webpack-3/css/src/css/app.css +0 -1
  319. package/templates/app/quasar-v2/ts-webpack-3/i18n/src/boot/i18n.ts +0 -33
  320. package/templates/app/quasar-v2/ts-webpack-3/i18n/src/i18n/en-US/index.ts +0 -7
  321. package/templates/app/quasar-v2/ts-webpack-3/i18n/src/i18n/index.ts +0 -5
  322. package/templates/app/quasar-v2/ts-webpack-3/index.js +0 -55
  323. package/templates/app/quasar-v2/ts-webpack-3/lint/_.eslintignore +0 -10
  324. package/templates/app/quasar-v2/ts-webpack-3/lint/_.eslintrc.cjs +0 -134
  325. package/templates/app/quasar-v2/ts-webpack-3/pinia/src/stores/example-store.ts +0 -15
  326. package/templates/app/quasar-v2/ts-webpack-3/pinia/src/stores/index.ts +0 -32
  327. package/templates/app/quasar-v2/ts-webpack-3/pinia/src/stores/store-flag.d.ts +0 -13
  328. package/templates/app/quasar-v2/ts-webpack-3/prettier/_.prettierrc +0 -4
  329. package/templates/app/quasar-v2/ts-webpack-3/sass/src/css/app.sass +0 -1
  330. package/templates/app/quasar-v2/ts-webpack-3/sass/src/css/quasar.variables.sass +0 -25
  331. package/templates/app/quasar-v2/ts-webpack-3/scss/src/css/app.scss +0 -1
  332. package/templates/app/quasar-v2/ts-webpack-3/scss/src/css/quasar.variables.scss +0 -25
  333. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/index.ts +0 -63
  334. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/module-example/actions.ts +0 -11
  335. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/module-example/getters.ts +0 -11
  336. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/module-example/index.ts +0 -16
  337. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/module-example/mutations.ts +0 -10
  338. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/module-example/state.ts +0 -11
  339. package/templates/app/quasar-v2/ts-webpack-3/vuex/src/store/store-flag.d.ts +0 -13
  340. package/templates/app/quasar-v2/ts-webpack-4/.eslintrc.cjs +0 -21
  341. package/templates/app/quasar-v2/ts-webpack-4/BASE/README.md +0 -40
  342. package/templates/app/quasar-v2/ts-webpack-4/BASE/_.editorconfig +0 -7
  343. package/templates/app/quasar-v2/ts-webpack-4/BASE/_.gitignore +0 -33
  344. package/templates/app/quasar-v2/ts-webpack-4/BASE/_.npmrc +0 -5
  345. package/templates/app/quasar-v2/ts-webpack-4/BASE/_.vscode/extensions.json +0 -15
  346. package/templates/app/quasar-v2/ts-webpack-4/BASE/_.vscode/settings.json +0 -11
  347. package/templates/app/quasar-v2/ts-webpack-4/BASE/_package.json +0 -62
  348. package/templates/app/quasar-v2/ts-webpack-4/BASE/_tsconfig.json +0 -3
  349. package/templates/app/quasar-v2/ts-webpack-4/BASE/babel.config.cjs +0 -12
  350. package/templates/app/quasar-v2/ts-webpack-4/BASE/index.html +0 -21
  351. package/templates/app/quasar-v2/ts-webpack-4/BASE/postcss.config.cjs +0 -8
  352. package/templates/app/quasar-v2/ts-webpack-4/BASE/public/favicon.ico +0 -0
  353. package/templates/app/quasar-v2/ts-webpack-4/BASE/public/icons/favicon-128x128.png +0 -0
  354. package/templates/app/quasar-v2/ts-webpack-4/BASE/public/icons/favicon-16x16.png +0 -0
  355. package/templates/app/quasar-v2/ts-webpack-4/BASE/public/icons/favicon-32x32.png +0 -0
  356. package/templates/app/quasar-v2/ts-webpack-4/BASE/public/icons/favicon-96x96.png +0 -0
  357. package/templates/app/quasar-v2/ts-webpack-4/BASE/quasar.config.ts +0 -230
  358. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/App.vue +0 -14
  359. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/assets/quasar-logo-vertical.svg +0 -15
  360. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/boot/_.gitkeep +0 -0
  361. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/components/EssentialLink.vue +0 -70
  362. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/components/ExampleComponent.vue +0 -133
  363. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/components/models.ts +0 -8
  364. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/env.d.ts +0 -7
  365. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/layouts/MainLayout.vue +0 -241
  366. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/pages/ErrorNotFound.vue +0 -34
  367. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/pages/IndexPage.vue +0 -131
  368. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/router/index.ts +0 -35
  369. package/templates/app/quasar-v2/ts-webpack-4/BASE/src/router/routes.ts +0 -18
  370. package/templates/app/quasar-v2/ts-webpack-4/axios/src/boot/axios.ts +0 -31
  371. package/templates/app/quasar-v2/ts-webpack-4/css/src/css/app.css +0 -1
  372. package/templates/app/quasar-v2/ts-webpack-4/eslint/_eslint.config.js +0 -94
  373. package/templates/app/quasar-v2/ts-webpack-4/i18n/src/boot/i18n.ts +0 -33
  374. package/templates/app/quasar-v2/ts-webpack-4/i18n/src/i18n/en-US/index.ts +0 -7
  375. package/templates/app/quasar-v2/ts-webpack-4/i18n/src/i18n/index.ts +0 -5
  376. package/templates/app/quasar-v2/ts-webpack-4/index.js +0 -36
  377. package/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/example-store.ts +0 -15
  378. package/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts +0 -32
  379. package/templates/app/quasar-v2/ts-webpack-4/prettier/_.prettierrc.json +0 -6
  380. package/templates/app/quasar-v2/ts-webpack-4/sass/src/css/app.sass +0 -1
  381. package/templates/app/quasar-v2/ts-webpack-4/sass/src/css/quasar.variables.sass +0 -25
  382. package/templates/app/quasar-v2/ts-webpack-4/scss/src/css/app.scss +0 -1
  383. package/templates/app/quasar-v2/ts-webpack-4/scss/src/css/quasar.variables.scss +0 -25
  384. package/templates/ui-kit/quasar-v2/.eslintrc.cjs +0 -19
  385. package/templates/ui-kit/quasar-v2/BASE/LICENSE +0 -21
  386. package/templates/ui-kit/quasar-v2/BASE/README.md +0 -16
  387. package/templates/ui-kit/quasar-v2/BASE/_.gitignore +0 -16
  388. package/templates/ui-kit/quasar-v2/BASE/_jsconfig.json +0 -9
  389. package/templates/ui-kit/quasar-v2/BASE/ui/README.md +0 -156
  390. package/templates/ui-kit/quasar-v2/BASE/ui/_.npmignore +0 -21
  391. package/templates/ui-kit/quasar-v2/BASE/ui/_package.json +0 -54
  392. package/templates/ui-kit/quasar-v2/BASE/ui/build/config.js +0 -13
  393. package/templates/ui-kit/quasar-v2/BASE/ui/build/index.js +0 -19
  394. package/templates/ui-kit/quasar-v2/BASE/ui/build/script.clean.js +0 -6
  395. package/templates/ui-kit/quasar-v2/BASE/ui/build/script.css.js +0 -75
  396. package/templates/ui-kit/quasar-v2/BASE/ui/build/script.javascript.js +0 -213
  397. package/templates/ui-kit/quasar-v2/BASE/ui/build/script.open-umd.js +0 -6
  398. package/templates/ui-kit/quasar-v2/BASE/ui/build/utils.js +0 -55
  399. package/templates/ui-kit/quasar-v2/BASE/ui/dev/README.md +0 -3
  400. package/templates/ui-kit/quasar-v2/BASE/ui/dev/_.editorconfig +0 -9
  401. package/templates/ui-kit/quasar-v2/BASE/ui/dev/_.gitignore +0 -20
  402. package/templates/ui-kit/quasar-v2/BASE/ui/dev/_.postcssrc.js +0 -8
  403. package/templates/ui-kit/quasar-v2/BASE/ui/dev/_package.json +0 -30
  404. package/templates/ui-kit/quasar-v2/BASE/ui/dev/babel.config.js +0 -5
  405. package/templates/ui-kit/quasar-v2/BASE/ui/dev/quasar.config.js +0 -73
  406. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/App.vue +0 -9
  407. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/assets/_.gitkeep +0 -0
  408. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/boot/register.js +0 -6
  409. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/components/_.gitkeep +0 -0
  410. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/css/app.sass +0 -2
  411. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/css/quasar.variables.sass +0 -22
  412. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/index.template.html +0 -16
  413. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/layouts/MyLayout.vue +0 -39
  414. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/pages/Error404.vue +0 -31
  415. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/pages/Index.vue +0 -40
  416. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/pages/Test1.vue +0 -18
  417. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/router/index.js +0 -48
  418. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/router/pages.js +0 -27
  419. package/templates/ui-kit/quasar-v2/BASE/ui/dev/src/router/routes.js +0 -25
  420. package/templates/ui-kit/quasar-v2/BASE/ui/src/index.common.js +0 -2
  421. package/templates/ui-kit/quasar-v2/BASE/ui/src/index.esm.js +0 -5
  422. package/templates/ui-kit/quasar-v2/BASE/ui/src/index.sass +0 -7
  423. package/templates/ui-kit/quasar-v2/BASE/ui/src/index.umd.js +0 -3
  424. package/templates/ui-kit/quasar-v2/BASE/ui/src/vue-plugin.js +0 -16
  425. package/templates/ui-kit/quasar-v2/BASE/ui/umd-test.html +0 -59
  426. package/templates/ui-kit/quasar-v2/ae/app-extension/README.md +0 -33
  427. package/templates/ui-kit/quasar-v2/ae/app-extension/_.npmignore +0 -17
  428. package/templates/ui-kit/quasar-v2/ae/app-extension/_package.json +0 -16
  429. package/templates/ui-kit/quasar-v2/ae/app-extension/src/boot/register.js +0 -6
  430. package/templates/ui-kit/quasar-v2/ae/app-extension/src/index.js +0 -48
  431. package/templates/ui-kit/quasar-v2/ae/app-extension/src/templates/_.gitkeep +0 -0
  432. package/templates/ui-kit/quasar-v2/ae-install/app-extension/src/install.js +0 -19
  433. package/templates/ui-kit/quasar-v2/ae-prompts/app-extension/src/prompts.js +0 -44
  434. package/templates/ui-kit/quasar-v2/ae-uninstall/app-extension/src/uninstall.js +0 -9
  435. package/templates/ui-kit/quasar-v2/index.js +0 -18
  436. package/templates/ui-kit/quasar-v2/ui-ae/ui/build/script.app-ext.js +0 -60
  437. package/templates/ui-kit/quasar-v2/ui-component/ui/src/components/Component.js +0 -13
  438. package/templates/ui-kit/quasar-v2/ui-component/ui/src/components/Component.sass +0 -2
  439. package/templates/ui-kit/quasar-v2/ui-directive/ui/src/directives/Directive.js +0 -7
  440. package/templates/ui-kit/quasar-v2/ui-directive/ui/src/directives/Directive.sass +0 -2
@@ -1,24 +0,0 @@
1
- import { boot } from 'quasar/wrappers'
2
- import axios from 'axios'
3
-
4
- // Be careful when using SSR for cross-request state pollution
5
- // due to creating a Singleton instance here;
6
- // If any client changes this (global) instance, it might be a
7
- // good idea to move this instance creation inside of the
8
- // "export default () => {}" function below (which runs individually
9
- // for each client)
10
- const api = axios.create({ baseURL: 'https://api.example.com' })
11
-
12
- export default boot(({ app }) => {
13
- // for use inside Vue files (Options API) through this.$axios and this.$api
14
-
15
- app.config.globalProperties.$axios = axios
16
- // ^ ^ ^ this will allow you to use this.$axios (for Vue Options API form)
17
- // so you won't necessarily have to import axios in each vue file
18
-
19
- app.config.globalProperties.$api = api
20
- // ^ ^ ^ this will allow you to use this.$api (for Vue Options API form)
21
- // so you can easily perform requests against your app's API
22
- })
23
-
24
- export { api }
@@ -1 +0,0 @@
1
- /* app global css */
@@ -1,14 +0,0 @@
1
- import { boot } from 'quasar/wrappers'
2
- import { createI18n } from 'vue-i18n'
3
- import messages from 'src/i18n'
4
-
5
- export default boot(({ app }) => {
6
- const i18n = createI18n({
7
- locale: 'en-US',
8
- globalInjection: true,
9
- messages
10
- })
11
-
12
- // Set i18n instance on app
13
- app.use(i18n)
14
- })
@@ -1,7 +0,0 @@
1
- // This is just an example,
2
- // so you can safely delete all default props below
3
-
4
- export default {
5
- failed: 'Action failed',
6
- success: 'Action was successful'
7
- }
@@ -1,5 +0,0 @@
1
- import enUS from './en-US'
2
-
3
- export default {
4
- 'en-US': enUS
5
- }
@@ -1,50 +0,0 @@
1
- export async function script ({ scope, utils }) {
2
- await utils.prompts(scope, [
3
- {
4
- type: 'multiselect',
5
- name: 'preset',
6
- message: 'Check the features needed for your project:',
7
- choices: [
8
- { title: 'Linting (vite-plugin-checker + ESLint)', value: 'lint', description: 'recommended', selected: true },
9
- { title: 'State Management (Pinia)', value: 'pinia', description: 'https://pinia.vuejs.org' },
10
- { title: 'State Management (Vuex) [DEPRECATED by Vue Team]', value: 'vuex', description: 'See https://vuejs.org/guide/scaling-up/state-management.html#pinia' },
11
- { title: 'axios', value: 'axios' },
12
- { title: 'vue-i18n', value: 'i18n' }
13
- ],
14
- format: values => {
15
- let result = values
16
-
17
- if (values.includes('vuex') && values.includes('pinia')) {
18
- console.log()
19
- utils.logger.warn('Only one state management package can be used. Picking the recommended Pinia and dropping Vuex.')
20
- console.log()
21
-
22
- result = values.filter(entry => entry !== 'vuex')
23
- }
24
-
25
- return utils.convertArrayToObject(result)
26
- }
27
- },
28
- {
29
- type: (_, { preset }) => (preset.lint ? 'select' : null),
30
- name: 'lintConfig',
31
- message: 'Pick an ESLint preset:',
32
- choices: [
33
- { title: 'Prettier', value: 'prettier', description: 'https://github.com/prettier/prettier' },
34
- { title: 'Standard', value: 'standard', description: 'https://github.com/standard/standard' },
35
- { title: 'Airbnb', value: 'airbnb', description: 'https://github.com/airbnb/javascript' }
36
- ]
37
- }
38
- ])
39
-
40
- utils.createTargetDir(scope)
41
- utils.renderTemplate('BASE', scope)
42
- utils.renderTemplate(scope.css, scope)
43
-
44
- if (scope.preset.axios) utils.renderTemplate('axios', scope)
45
- if (scope.preset.i18n) utils.renderTemplate('i18n', scope)
46
- if (scope.preset.lint) utils.renderTemplate('lint', scope)
47
-
48
- if (scope.preset.pinia) utils.renderTemplate('pinia', scope)
49
- else if (scope.preset.vuex) utils.renderTemplate('vuex', scope)
50
- }
@@ -1,7 +0,0 @@
1
- /dist
2
- /src-capacitor
3
- /src-cordova
4
- /.quasar
5
- /node_modules
6
- .eslintrc.cjs
7
- /quasar.config.*.temporary.compiled*
@@ -1,100 +0,0 @@
1
- module.exports = {
2
- // https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy
3
- // This option interrupts the configuration hierarchy at this file
4
- // Remove this if you have an higher level ESLint config file (it usually happens into a monorepos)
5
- root: true,
6
-
7
- parserOptions: {
8
- ecmaVersion: 2021, // Allows for the parsing of modern ECMAScript features
9
- },
10
-
11
- env: {
12
- node: true,
13
- browser: true
14
- },
15
-
16
- // Rules order is important, please avoid shuffling them
17
- extends: [
18
- // Base ESLint recommended rules
19
- // 'eslint:recommended',
20
-
21
- // Uncomment any of the lines below to choose desired strictness,
22
- // but leave only one uncommented!
23
- // See https://eslint.vuejs.org/rules/#available-rules
24
- 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
25
- // 'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
26
- // 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
27
-
28
- <% if (lintConfig === 'standard') { %>'standard'
29
- <% } else if (lintConfig === 'airbnb') { %>'airbnb-base'
30
- <% } else if (lintConfig === 'prettier') { %>// https://github.com/prettier/eslint-config-prettier#installation
31
- // usage with Prettier, provided by 'eslint-config-prettier'.
32
- 'prettier'<% } %>
33
- ],
34
-
35
- plugins: [
36
- // https://eslint.vuejs.org/user-guide/#why-doesn-t-it-work-on-vue-files
37
- // required to lint *.vue files
38
- 'vue',
39
- <% if (lintConfig === 'prettier') { %>
40
- // https://github.com/typescript-eslint/typescript-eslint/issues/389#issuecomment-509292674
41
- // Prettier has not been included as plugin to avoid performance impact
42
- // add it as an extension for your IDE
43
- <% } %>
44
- ],
45
-
46
- globals: {
47
- ga: 'readonly', // Google Analytics
48
- cordova: 'readonly',
49
- __statics: 'readonly',
50
- __QUASAR_SSR__: 'readonly',
51
- __QUASAR_SSR_SERVER__: 'readonly',
52
- __QUASAR_SSR_CLIENT__: 'readonly',
53
- __QUASAR_SSR_PWA__: 'readonly',
54
- process: 'readonly',
55
- Capacitor: 'readonly',
56
- chrome: 'readonly'
57
- },
58
-
59
- // add your custom rules here
60
- rules: {
61
- <% if (lintConfig === 'standard') { %>
62
- // allow async-await
63
- 'generator-star-spacing': 'off',
64
- // allow paren-less arrow functions
65
- 'arrow-parens': 'off',
66
- 'one-var': 'off',
67
- 'no-void': 'off',
68
- 'multiline-ternary': 'off',
69
-
70
- 'import/first': 'off',
71
- 'import/named': 'error',
72
- 'import/namespace': 'error',
73
- 'import/default': 'error',
74
- 'import/export': 'error',
75
- 'import/extensions': 'off',
76
- 'import/no-unresolved': 'off',
77
- 'import/no-extraneous-dependencies': 'off',
78
- <% } else if (lintConfig === 'airbnb') { %>
79
- 'no-plusplus': 'off',
80
- 'no-param-reassign': 'off',
81
- 'no-void': 'off',
82
- 'no-nested-ternary': 'off',
83
- 'max-classes-per-file': 'off',
84
-
85
- 'import/first': 'off',
86
- 'import/named': 'error',
87
- 'import/namespace': 'error',
88
- 'import/default': 'error',
89
- 'import/export': 'error',
90
- 'import/extensions': 'off',
91
- 'import/no-unresolved': 'off',
92
- 'import/no-extraneous-dependencies': 'off',
93
- 'import/prefer-default-export': 'off',
94
- <% } %>
95
- 'prefer-promise-reject-errors': 'off',
96
-
97
- // allow debugger during development only
98
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
99
- }
100
- }
@@ -1,15 +0,0 @@
1
- import { defineStore } from 'pinia';
2
-
3
- export const useCounterStore = defineStore('counter', {
4
- state: () => ({
5
- counter: 0,
6
- }),
7
- getters: {
8
- doubleCount: (state) => state.counter * 2,
9
- },
10
- actions: {
11
- increment() {
12
- this.counter++;
13
- },
14
- },
15
- });
@@ -1,20 +0,0 @@
1
- import { store } from 'quasar/wrappers'
2
- import { createPinia } from 'pinia'
3
-
4
- /*
5
- * If not building with SSR mode, you can
6
- * directly export the Store instantiation;
7
- *
8
- * The function below can be async too; either use
9
- * async/await or return a Promise which resolves
10
- * with the Store instance.
11
- */
12
-
13
- export default store((/* { ssrContext } */) => {
14
- const pinia = createPinia()
15
-
16
- // You can add Pinia plugins here
17
- // pinia.use(SomePiniaPlugin)
18
-
19
- return pinia
20
- })
@@ -1,13 +0,0 @@
1
- /*
2
- WARNING: DO NOT MODIFY OR DELETE
3
- This file is auto-generated by Quasar CLI
4
- It's recommended to NOT .gitignore it
5
- You don't have to use TypeScript in your project, don't worry
6
- */
7
- import "quasar/dist/types/feature-flag.d.ts";
8
-
9
- declare module "quasar/dist/types/feature-flag.d.ts" {
10
- interface QuasarFeatureFlags {
11
- store: true;
12
- }
13
- }
@@ -1 +0,0 @@
1
- // app global css in Sass form
@@ -1,25 +0,0 @@
1
- // Quasar Sass (& SCSS) Variables
2
- // --------------------------------------------------
3
- // To customize the look and feel of this app, you can override
4
- // the Sass/SCSS variables found in Quasar's source Sass/SCSS files.
5
-
6
- // Check documentation for full list of Quasar variables
7
-
8
- // Your own variables (that are declared here) and Quasar's own
9
- // ones will be available out of the box in your .vue/.scss/.sass files
10
-
11
- // It's highly recommended to change the default colors
12
- // to match your app's branding.
13
- // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
-
15
- $primary : #1976D2
16
- $secondary : #26A69A
17
- $accent : #9C27B0
18
-
19
- $dark : #1D1D1D
20
- $dark-page : #121212
21
-
22
- $positive : #21BA45
23
- $negative : #C10015
24
- $info : #31CCEC
25
- $warning : #F2C037
@@ -1 +0,0 @@
1
- // app global css in SCSS form
@@ -1,25 +0,0 @@
1
- // Quasar SCSS (& Sass) Variables
2
- // --------------------------------------------------
3
- // To customize the look and feel of this app, you can override
4
- // the Sass/SCSS variables found in Quasar's source Sass/SCSS files.
5
-
6
- // Check documentation for full list of Quasar variables
7
-
8
- // Your own variables (that are declared here) and Quasar's own
9
- // ones will be available out of the box in your .vue/.scss/.sass files
10
-
11
- // It's highly recommended to change the default colors
12
- // to match your app's branding.
13
- // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
-
15
- $primary : #1976D2;
16
- $secondary : #26A69A;
17
- $accent : #9C27B0;
18
-
19
- $dark : #1D1D1D;
20
- $dark-page : #121212;
21
-
22
- $positive : #21BA45;
23
- $negative : #C10015;
24
- $info : #31CCEC;
25
- $warning : #F2C037;
@@ -1,27 +0,0 @@
1
- import { store } from 'quasar/wrappers'
2
- import { createStore } from 'vuex'
3
-
4
- // import example from './module-example'
5
-
6
- /*
7
- * If not building with SSR mode, you can
8
- * directly export the Store instantiation;
9
- *
10
- * The function below can be async too; either use
11
- * async/await or return a Promise which resolves
12
- * with the Store instance.
13
- */
14
-
15
- export default store(function (/* { ssrContext } */) {
16
- const Store = createStore({
17
- modules: {
18
- // example
19
- },
20
-
21
- // enable strict mode (adds overhead!)
22
- // for dev mode and --debug builds only
23
- strict: process.env.DEBUGGING
24
- })
25
-
26
- return Store
27
- })
@@ -1,2 +0,0 @@
1
- export function someAction (/* context */) {
2
- }
@@ -1,2 +0,0 @@
1
- export function someGetter (/* state */) {
2
- }
@@ -1,12 +0,0 @@
1
- import state from './state'
2
- import * as getters from './getters'
3
- import * as mutations from './mutations'
4
- import * as actions from './actions'
5
-
6
- export default {
7
- namespaced: true,
8
- getters,
9
- mutations,
10
- actions,
11
- state
12
- }
@@ -1,2 +0,0 @@
1
- export function someMutation (/* state */) {
2
- }
@@ -1,5 +0,0 @@
1
- export default function () {
2
- return {
3
- //
4
- }
5
- }
@@ -1,13 +0,0 @@
1
- /*
2
- WARNING: DO NOT MODIFY OR DELETE
3
- This file is auto-generated by Quasar CLI
4
- It's recommended to NOT .gitignore it
5
- You don't have to use TypeScript in your project, don't worry
6
- */
7
- import "quasar/dist/types/feature-flag.d.ts";
8
-
9
- declare module "quasar/dist/types/feature-flag.d.ts" {
10
- interface QuasarFeatureFlags {
11
- store: true;
12
- }
13
- }
@@ -1,24 +0,0 @@
1
- module.exports = {
2
- parserOptions: {
3
- sourceType: 'module'
4
- },
5
-
6
- settings: {
7
- 'lodash-template/globals': [
8
- // Base
9
- 'name',
10
- 'description',
11
- 'author',
12
-
13
- // Quasar v2
14
- 'quasarVersion',
15
- 'scriptType',
16
- 'productName',
17
-
18
- // Quasar v2 - JS
19
- 'css',
20
- 'preset',
21
- 'prettier'
22
- ]
23
- }
24
- }
@@ -1,40 +0,0 @@
1
- # <%= productName %> (<%= name %>)
2
-
3
- <%= description %>
4
-
5
- ## Install the dependencies
6
- ```bash
7
- yarn
8
- # or
9
- npm install
10
- ```
11
-
12
- ### Start the app in development mode (hot-code reloading, error reporting, etc.)
13
- ```bash
14
- quasar dev
15
- ```
16
- <% if (preset.eslint) { %>
17
-
18
- ### Lint the files
19
- ```bash
20
- yarn lint
21
- # or
22
- npm run lint
23
- ```
24
- <% if (prettier) { %>
25
-
26
- ### Format the files
27
- ```bash
28
- yarn format
29
- # or
30
- npm run format
31
- ```
32
- <% } } %>
33
-
34
- ### Build the app for production
35
- ```bash
36
- quasar build
37
- ```
38
-
39
- ### Customize the configuration
40
- See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
@@ -1,7 +0,0 @@
1
- [*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
2
- charset = utf-8
3
- indent_size = 2
4
- indent_style = space
5
- end_of_line = lf
6
- insert_final_newline = true
7
- trim_trailing_whitespace = true
@@ -1,33 +0,0 @@
1
- .DS_Store
2
- .thumbs.db
3
- node_modules
4
-
5
- # Quasar core related directories
6
- .quasar
7
- /dist
8
- /quasar.config.*.temporary.compiled*
9
-
10
- # Cordova related directories and files
11
- /src-cordova/node_modules
12
- /src-cordova/platforms
13
- /src-cordova/plugins
14
- /src-cordova/www
15
-
16
- # Capacitor related directories and files
17
- /src-capacitor/www
18
- /src-capacitor/node_modules
19
-
20
- # Log files
21
- npm-debug.log*
22
- yarn-debug.log*
23
- yarn-error.log*
24
-
25
- # Editor directories and files
26
- .idea
27
- *.suo
28
- *.ntvs*
29
- *.njsproj
30
- *.sln
31
-
32
- # local .env files
33
- .env.local*
@@ -1,5 +0,0 @@
1
- # pnpm-related options
2
- shamefully-hoist=true
3
- strict-peer-dependencies=false
4
- # to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
5
- resolution-mode=highest
@@ -1,15 +0,0 @@
1
- {
2
- "recommendations": [
3
- <% if (preset.eslint) { %>"dbaeumer.vscode-eslint",<% } %>
4
- <% if (prettier) { %>"esbenp.prettier-vscode",<% } %>
5
- "editorconfig.editorconfig",
6
- "vue.volar",
7
- "wayou.vscode-todo-highlight"
8
- ],
9
- "unwantedRecommendations": [
10
- "octref.vetur",
11
- "hookyqr.beautify",
12
- "dbaeumer.jshint",
13
- "ms-vscode.vscode-typescript-tslint-plugin"
14
- ]
15
- }
@@ -1,10 +0,0 @@
1
- {
2
- "editor.bracketPairColorization.enabled": true,
3
- "editor.guides.bracketPairs": true<% if (preset.eslint) { %>,
4
- "editor.formatOnSave": true,
5
- "editor.defaultFormatter": <% if (prettier) { %>"esbenp.prettier-vscode"<% } else { %>"dbaeumer.vscode-eslint"<% } %>,
6
- "editor.codeActionsOnSave": [
7
- "source.fixAll.eslint"
8
- ],
9
- "eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"]<% } %>
10
- }
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "./.quasar/tsconfig.json"
3
- }
@@ -1,48 +0,0 @@
1
- {
2
- "name": "<%= name %>",
3
- "version": "0.0.1",
4
- "description": "<%= description %>",
5
- "productName": "<%= productName %>",
6
- "author": "<%= author %>",
7
- "type": "module",
8
- "private": true,
9
- "scripts": {
10
- <% if (preset.eslint) { %>"lint": "eslint -c ./eslint.config.js \"./src*/**/*.{js,cjs,mjs,vue}\"",<% } %>
11
- <% if (prettier) { %>"format": "prettier --write \"**/*.{js,vue<% if (css !== 'sass') { %>,<%= css %><% } %>,html,md,json}\" --ignore-path .gitignore",<% } %>
12
- "test": "echo \"No test specified\" && exit 0",
13
- "dev": "quasar dev",
14
- "build": "quasar build",
15
- "postinstall": "quasar prepare"
16
- },
17
- "dependencies": {
18
- <% if (preset.axios) { %>"axios": "^1.2.1",<% } %>
19
- <% if (preset.i18n) { %>"vue-i18n": "^9.0.0",<% } %>
20
- <% if (preset.pinia) { %>"pinia": "^2.0.11",<% } %>
21
- "@quasar/extras": "^1.16.4",
22
- "quasar": "^2.16.0",
23
- "vue": "^3.4.18",
24
- "vue-router": "^4.0.0"
25
- },
26
- "devDependencies": {
27
- <% if (preset.i18n) { %>"@intlify/unplugin-vue-i18n": "^2.0.0",<% } %>
28
- <% if (preset.eslint) { %>
29
- "@eslint/js": "^9.14.0",
30
- "eslint": "^9.14.0",
31
- "eslint-plugin-vue": "^9.30.0",
32
- "globals": "^15.12.0",
33
- "vite-plugin-checker": "^0.8.0",
34
- <% } %>
35
- <% if (prettier) { %>
36
- "@vue/eslint-config-prettier": "^10.1.0",
37
- "prettier": "^3.3.3",
38
- <% } %>
39
- "@quasar/app-vite": "^2.0.0",
40
- "autoprefixer": "^10.4.2",
41
- "postcss": "^8.4.14"
42
- },
43
- "engines": {
44
- "node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
45
- "npm": ">= 6.13.4",
46
- "yarn": ">= 1.21.1"
47
- }
48
- }
@@ -1,21 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title><%= '\<%= productName %\>' %></title>
5
-
6
- <meta charset="utf-8">
7
- <meta name="description" content="<%= '\<%= productDescription %\>' %>">
8
- <meta name="format-detection" content="telephone=no">
9
- <meta name="msapplication-tap-highlight" content="no">
10
- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<%= '\<% if (ctx.mode.cordova || ctx.mode.capacitor) { %\>, viewport-fit=cover\<% } %\>' %>">
11
-
12
- <link rel="icon" type="image/png" sizes="128x128" href="icons/favicon-128x128.png">
13
- <link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
14
- <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
15
- <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
16
- <link rel="icon" type="image/ico" href="favicon.ico">
17
- </head>
18
- <body>
19
- <!-- quasar:entry-point -->
20
- </body>
21
- </html>
@@ -1,29 +0,0 @@
1
- // https://github.com/michael-ciniawsky/postcss-load-config
2
-
3
- import autoprefixer from 'autoprefixer'
4
- // import rtlcss from 'postcss-rtlcss'
5
-
6
- export default {
7
- plugins: [
8
- // https://github.com/postcss/autoprefixer
9
- autoprefixer({
10
- overrideBrowserslist: [
11
- 'last 4 Chrome versions',
12
- 'last 4 Firefox versions',
13
- 'last 4 Edge versions',
14
- 'last 4 Safari versions',
15
- 'last 4 Android versions',
16
- 'last 4 ChromeAndroid versions',
17
- 'last 4 FirefoxAndroid versions',
18
- 'last 4 iOS versions'
19
- ]
20
- }),
21
-
22
- // https://github.com/elchininet/postcss-rtlcss
23
- // If you want to support RTL css, then
24
- // 1. yarn/pnpm/bun/npm install postcss-rtlcss
25
- // 2. optionally set quasar.config.js > framework > lang to an RTL language
26
- // 3. uncomment the following line (and its import statement above):
27
- // rtlcss()
28
- ]
29
- }