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,38 +0,0 @@
1
- import { route } from 'quasar/wrappers';
2
- import {
3
- createMemoryHistory,
4
- createRouter,
5
- createWebHashHistory,
6
- createWebHistory,
7
- } from 'vue-router';
8
- <% if (preset.vuex) { %>import { StateInterface } from '../store';
9
- <% } %>import routes from './routes';
10
-
11
- /*
12
- * If not building with SSR mode, you can
13
- * directly export the Router instantiation;
14
- *
15
- * The function below can be async too; either use
16
- * async/await or return a Promise which resolves
17
- * with the Router instance.
18
- */
19
-
20
- export default route<% if (preset.vuex) { %><StateInterface><% } %>(function (/* { store, ssrContext } */) {
21
- const createHistory = process.env.SERVER
22
- ? createMemoryHistory
23
- : (process.env.VUE_ROUTER_MODE === 'history' ? createWebHistory : createWebHashHistory);
24
-
25
- const Router = createRouter({
26
- scrollBehavior: () => ({ left: 0, top: 0 }),
27
- routes,
28
-
29
- // Leave this as is and make changes in quasar.conf.js instead!
30
- // quasar.conf.js -> build -> vueRouterMode
31
- // quasar.conf.js -> build -> publicPath
32
- history: createHistory(
33
- process.env.VUE_ROUTER_BASE
34
- ),
35
- });
36
-
37
- return Router;
38
- });
@@ -1,18 +0,0 @@
1
- import { RouteRecordRaw } from 'vue-router';
2
-
3
- const routes: RouteRecordRaw[] = [
4
- {
5
- path: '/',
6
- component: () => import('layouts/MainLayout.vue'),
7
- children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
8
- },
9
-
10
- // Always leave this as last one,
11
- // but you can also remove it
12
- {
13
- path: '/:catchAll(.*)*',
14
- component: () => import('pages/ErrorNotFound.vue'),
15
- },
16
- ];
17
-
18
- export default routes;
@@ -1,8 +0,0 @@
1
- /* eslint-disable */
2
-
3
- // Mocks all files ending in `.vue` showing them as plain Vue instances
4
- declare module '*.vue' {
5
- import type { DefineComponent } from 'vue';
6
- const component: DefineComponent<{}, {}, any>;
7
- export default component;
8
- }
@@ -1,31 +0,0 @@
1
- import { boot } from 'quasar/wrappers';
2
- import axios, { AxiosInstance } from 'axios';
3
-
4
- declare module 'vue' {
5
- interface ComponentCustomProperties {
6
- $axios: AxiosInstance;
7
- $api: AxiosInstance;
8
- }
9
- }
10
-
11
- // Be careful when using SSR for cross-request state pollution
12
- // due to creating a Singleton instance here;
13
- // If any client changes this (global) instance, it might be a
14
- // good idea to move this instance creation inside of the
15
- // "export default () => {}" function below (which runs individually
16
- // for each client)
17
- const api = axios.create({ baseURL: 'https://api.example.com' });
18
-
19
- export default boot(({ app }) => {
20
- // for use inside Vue files (Options API) through this.$axios and this.$api
21
-
22
- app.config.globalProperties.$axios = axios;
23
- // ^ ^ ^ this will allow you to use this.$axios (for Vue Options API form)
24
- // so you won't necessarily have to import axios in each vue file
25
-
26
- app.config.globalProperties.$api = api;
27
- // ^ ^ ^ this will allow you to use this.$api (for Vue Options API form)
28
- // so you can easily perform requests against your app's API
29
- });
30
-
31
- export { api };
@@ -1 +0,0 @@
1
- /* app global css */
@@ -1,33 +0,0 @@
1
- import { boot } from 'quasar/wrappers';
2
- import { createI18n } from 'vue-i18n';
3
-
4
- import messages from 'src/i18n';
5
-
6
- export type MessageLanguages = keyof typeof messages;
7
- // Type-define 'en-US' as the master schema for the resource
8
- export type MessageSchema = typeof messages["en-US"];
9
-
10
- // See https://vue-i18n.intlify.dev/guide/advanced/typescript.html#global-resource-schema-type-definition
11
- /* eslint-disable @typescript-eslint/no-empty-interface */
12
- declare module "vue-i18n" {
13
- // define the locale messages schema
14
- export interface DefineLocaleMessage extends MessageSchema {}
15
-
16
- // define the datetime format schema
17
- export interface DefineDateTimeFormat {}
18
-
19
- // define the number format schema
20
- export interface DefineNumberFormat {}
21
- }
22
- /* eslint-enable @typescript-eslint/no-empty-interface */
23
-
24
- export default boot(({ app }) => {
25
- const i18n = createI18n<{ message: MessageSchema }, MessageLanguages>({
26
- locale: 'en-US',<% if (sfcStyle === 'composition' || sfcStyle === 'composition-setup') { %>
27
- legacy: false,<% } %>
28
- messages,
29
- });
30
-
31
- // Set i18n instance on app
32
- app.use(i18n);
33
- });
@@ -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,55 +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 (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) {
47
- utils.renderTemplate('lint', scope)
48
- if (scope.lintConfig === 'prettier') {
49
- utils.renderTemplate('prettier', scope)
50
- }
51
- }
52
-
53
- if (scope.preset.pinia) utils.renderTemplate('pinia', scope)
54
- else if (scope.preset.vuex) utils.renderTemplate('vuex', scope)
55
- }
@@ -1,10 +0,0 @@
1
- /dist
2
- /src-bex/www
3
- /src-capacitor
4
- /src-cordova
5
- /.quasar
6
- /node_modules
7
- .eslintrc.cjs
8
- babel.config.cjs
9
- /src-ssr
10
- /quasar.config.*.temporary.compiled*
@@ -1,134 +0,0 @@
1
-
2
- module.exports = {
3
- // https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy
4
- // This option interrupts the configuration hierarchy at this file
5
- // Remove this if you have an higher level ESLint config file (it usually happens into a monorepos)
6
- root: true,
7
-
8
- // https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
9
- // Must use parserOptions instead of "parser" to allow vue-eslint-parser to keep working
10
- // `parser: 'vue-eslint-parser'` is already included with any 'plugin:vue/**' config and should be omitted
11
- parserOptions: {
12
- parser: require.resolve('@typescript-eslint/parser'),
13
- extraFileExtensions: [ '.vue' ]
14
- },
15
-
16
- env: {
17
- browser: true,
18
- es2021: true,
19
- node: true
20
- },
21
-
22
- // Rules order is important, please avoid shuffling them
23
- extends: [
24
- // Base ESLint recommended rules
25
- // 'eslint:recommended',
26
-
27
- // https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#usage
28
- // ESLint typescript rules
29
- 'plugin:@typescript-eslint/recommended',
30
-
31
- // Uncomment any of the lines below to choose desired strictness,
32
- // but leave only one uncommented!
33
- // See https://eslint.vuejs.org/rules/#available-rules
34
- 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
35
- // 'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
36
- // 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
37
-
38
- <% if (lintConfig === 'standard') { %>'standard'
39
- <% } else if (lintConfig === 'airbnb') { %>'airbnb-base'
40
- <% } else if (lintConfig === 'prettier') { %>// https://github.com/prettier/eslint-config-prettier#installation
41
- // usage with Prettier, provided by 'eslint-config-prettier'.
42
- 'prettier'<% } %>
43
- ],
44
-
45
- plugins: [
46
- // required to apply rules which need type information
47
- '@typescript-eslint',
48
-
49
- // https://eslint.vuejs.org/user-guide/#why-doesn-t-it-work-on-vue-files
50
- // required to lint *.vue files
51
- 'vue'
52
- <% if (lintConfig === 'prettier') { %>
53
- // https://github.com/typescript-eslint/typescript-eslint/issues/389#issuecomment-509292674
54
- // Prettier has not been included as plugin to avoid performance impact
55
- // add it as an extension for your IDE
56
- <% } %>
57
- ],
58
-
59
- globals: {
60
- ga: 'readonly', // Google Analytics
61
- cordova: 'readonly',
62
- __statics: 'readonly',
63
- __QUASAR_SSR__: 'readonly',
64
- __QUASAR_SSR_SERVER__: 'readonly',
65
- __QUASAR_SSR_CLIENT__: 'readonly',
66
- __QUASAR_SSR_PWA__: 'readonly',
67
- process: 'readonly',
68
- Capacitor: 'readonly',
69
- chrome: 'readonly',
70
- },
71
-
72
- // add your custom rules here
73
- rules: {
74
- <% if (lintConfig === 'standard') { %>
75
- // allow async-await
76
- 'generator-star-spacing': 'off',
77
- // allow paren-less arrow functions
78
- 'arrow-parens': 'off',
79
- 'one-var': 'off',
80
- 'no-void': 'off',
81
- 'multiline-ternary': 'off',
82
-
83
- 'import/first': 'off',
84
- 'import/namespace': 'error',
85
- 'import/default': 'error',
86
- 'import/export': 'error',
87
- 'import/extensions': 'off',
88
- 'import/no-unresolved': 'off',
89
- 'import/no-extraneous-dependencies': 'off',
90
-
91
- // The core 'import/named' rules
92
- // does not work with type definitions
93
- 'import/named': 'off',
94
- <% } else if (lintConfig === 'airbnb') { %>
95
- 'no-plusplus': 'off',
96
- 'no-param-reassign': 'off',
97
- 'no-void': 'off',
98
- 'no-nested-ternary': 'off',
99
- 'max-classes-per-file': 'off',
100
-
101
- 'no-shadow': 'off',
102
- '@typescript-eslint/no-shadow': 'error',
103
-
104
- 'import/first': 'off',
105
- 'import/namespace': 'error',
106
- 'import/default': 'error',
107
- 'import/export': 'error',
108
- 'import/extensions': 'off',
109
- 'import/no-unresolved': 'off',
110
- 'import/no-extraneous-dependencies': 'off',
111
- 'import/prefer-default-export': 'off',
112
-
113
- // The core 'import/named' rules
114
- // does not work with type definitions
115
- 'import/named': 'off',
116
- <% } %>
117
- 'prefer-promise-reject-errors': 'off',
118
-
119
- quotes: ['warn', 'single', { avoidEscape: true }],
120
-
121
- // this rule, if on, would require explicit return type on the `render` function
122
- '@typescript-eslint/explicit-function-return-type': 'off',
123
-
124
- // in plain CommonJS modules, you can't use `import foo = require('foo')` to pass this rule, so it has to be disabled
125
- '@typescript-eslint/no-var-requires': 'off',
126
-
127
- // The core 'no-unused-vars' rules (in the eslint:recommended ruleset)
128
- // does not work with type definitions
129
- 'no-unused-vars': 'off',
130
-
131
- // allow debugger during development only
132
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
133
- }
134
- }
@@ -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,32 +0,0 @@
1
- import { store } from 'quasar/wrappers'
2
- import { createPinia } from 'pinia'
3
- import { Router } from 'vue-router';
4
-
5
- /*
6
- * When adding new properties to stores, you should also
7
- * extend the `PiniaCustomProperties` interface.
8
- * @see https://pinia.vuejs.org/core-concepts/plugins.html#typing-new-store-properties
9
- */
10
- declare module 'pinia' {
11
- export interface PiniaCustomProperties {
12
- readonly router: Router;
13
- }
14
- }
15
-
16
- /*
17
- * If not building with SSR mode, you can
18
- * directly export the Store instantiation;
19
- *
20
- * The function below can be async too; either use
21
- * async/await or return a Promise which resolves
22
- * with the Store instance.
23
- */
24
-
25
- export default store((/* { ssrContext } */) => {
26
- const pinia = createPinia()
27
-
28
- // You can add Pinia plugins here
29
- // pinia.use(SomePiniaPlugin)
30
-
31
- return pinia
32
- })
@@ -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,4 +0,0 @@
1
- {
2
- "singleQuote": true,
3
- "semi": true
4
- }
@@ -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,63 +0,0 @@
1
- import { store } from 'quasar/wrappers'
2
- import { InjectionKey } from 'vue'
3
- import { Router } from 'vue-router'
4
- import {
5
- createStore,
6
- Store as VuexStore,
7
- useStore as vuexUseStore,
8
- } from 'vuex'
9
-
10
- // import example from './module-example'
11
- // import { ExampleStateInterface } from './module-example/state';
12
-
13
- /*
14
- * If not building with SSR mode, you can
15
- * directly export the Store instantiation;
16
- *
17
- * The function below can be async too; either use
18
- * async/await or return a Promise which resolves
19
- * with the Store instance.
20
- */
21
-
22
- export interface StateInterface {
23
- // Define your own store structure, using submodules if needed
24
- // example: ExampleStateInterface;
25
- // Declared as unknown to avoid linting issue. Best to strongly type as per the line above.
26
- example: unknown
27
- }
28
-
29
- // provide typings for `this.$store`
30
- declare module 'vue' {
31
- interface ComponentCustomProperties {
32
- $store: VuexStore<StateInterface>
33
- }
34
- }
35
-
36
- // provide typings for `useStore` helper
37
- export const storeKey: InjectionKey<VuexStore<StateInterface>> = Symbol('vuex-key')
38
-
39
- // Provide typings for `this.$router` inside Vuex stores
40
- declare module "vuex" {
41
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
42
- export interface Store<S> {
43
- readonly $router: Router;
44
- }
45
- }
46
-
47
- export default store(function (/* { ssrContext } */) {
48
- const Store = createStore<StateInterface>({
49
- modules: {
50
- // example
51
- },
52
-
53
- // enable strict mode (adds overhead!)
54
- // for dev mode and --debug builds only
55
- strict: !!process.env.DEBUGGING
56
- })
57
-
58
- return Store;
59
- })
60
-
61
- export function useStore() {
62
- return vuexUseStore(storeKey)
63
- }
@@ -1,11 +0,0 @@
1
- import { ActionTree } from 'vuex';
2
- import { StateInterface } from '../index';
3
- import { ExampleStateInterface } from './state';
4
-
5
- const actions: ActionTree<ExampleStateInterface, StateInterface> = {
6
- someAction (/* context */) {
7
- // your code
8
- }
9
- };
10
-
11
- export default actions;
@@ -1,11 +0,0 @@
1
- import { GetterTree } from 'vuex';
2
- import { StateInterface } from '../index';
3
- import { ExampleStateInterface } from './state';
4
-
5
- const getters: GetterTree<ExampleStateInterface, StateInterface> = {
6
- someAction (/* context */) {
7
- // your code
8
- }
9
- };
10
-
11
- export default getters;
@@ -1,16 +0,0 @@
1
- import { Module } from 'vuex';
2
- import { StateInterface } from '../index';
3
- import state, { ExampleStateInterface } from './state';
4
- import actions from './actions';
5
- import getters from './getters';
6
- import mutations from './mutations';
7
-
8
- const exampleModule: Module<ExampleStateInterface, StateInterface> = {
9
- namespaced: true,
10
- actions,
11
- getters,
12
- mutations,
13
- state
14
- };
15
-
16
- export default exampleModule;
@@ -1,10 +0,0 @@
1
- import { MutationTree } from 'vuex';
2
- import { ExampleStateInterface } from './state';
3
-
4
- const mutation: MutationTree<ExampleStateInterface> = {
5
- someMutation (/* state: ExampleStateInterface */) {
6
- // your code
7
- }
8
- };
9
-
10
- export default mutation;
@@ -1,11 +0,0 @@
1
- export interface ExampleStateInterface {
2
- prop: boolean;
3
- }
4
-
5
- function state(): ExampleStateInterface {
6
- return {
7
- prop: false
8
- }
9
- }
10
-
11
- export default state;
@@ -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,21 +0,0 @@
1
- module.exports = {
2
- settings: {
3
- 'lodash-template/globals': [
4
- // Base
5
- 'name',
6
- 'description',
7
- 'author',
8
-
9
- // Quasar v2
10
- 'quasarVersion',
11
- 'scriptType',
12
- 'productName',
13
-
14
- // Quasar v2 - TS
15
- 'sfcStyle',
16
- 'css',
17
- 'preset',
18
- 'prettier'
19
- ]
20
- }
21
- }