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,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({
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 (vite-plugin-checker + ESLint + vue-tsc)', 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,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,130 +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
- // https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
8
- // Must use parserOptions instead of "parser" to allow vue-eslint-parser to keep working
9
- // `parser: 'vue-eslint-parser'` is already included with any 'plugin:vue/**' config and should be omitted
10
- parserOptions: {
11
- parser: require.resolve('@typescript-eslint/parser'),
12
- extraFileExtensions: [ '.vue' ]
13
- },
14
-
15
- env: {
16
- browser: true,
17
- es2021: true,
18
- node: true
19
- },
20
-
21
- // Rules order is important, please avoid shuffling them
22
- extends: [
23
- // Base ESLint recommended rules
24
- // 'eslint:recommended',
25
-
26
- // https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#usage
27
- // ESLint typescript rules
28
- 'plugin:@typescript-eslint/recommended',
29
-
30
- // Uncomment any of the lines below to choose desired strictness,
31
- // but leave only one uncommented!
32
- // See https://eslint.vuejs.org/rules/#available-rules
33
- 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
34
- // 'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
35
- // 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
36
-
37
- <% if (lintConfig === 'standard') { %>'standard'
38
- <% } else if (lintConfig === 'airbnb') { %>'airbnb-base'
39
- <% } else if (lintConfig === 'prettier') { %>// https://github.com/prettier/eslint-config-prettier#installation
40
- // usage with Prettier, provided by 'eslint-config-prettier'.
41
- 'prettier'<% } %>
42
- ],
43
-
44
- plugins: [
45
- // required to apply rules which need type information
46
- '@typescript-eslint',
47
-
48
- // https://eslint.vuejs.org/user-guide/#why-doesn-t-it-work-on-vue-files
49
- // required to lint *.vue files
50
- 'vue'
51
- <% if (lintConfig === 'prettier') { %>
52
- // https://github.com/typescript-eslint/typescript-eslint/issues/389#issuecomment-509292674
53
- // Prettier has not been included as plugin to avoid performance impact
54
- // add it as an extension for your IDE
55
- <% } %>
56
- ],
57
-
58
- globals: {
59
- ga: 'readonly', // Google Analytics
60
- cordova: 'readonly',
61
- __statics: 'readonly',
62
- __QUASAR_SSR__: 'readonly',
63
- __QUASAR_SSR_SERVER__: 'readonly',
64
- __QUASAR_SSR_CLIENT__: 'readonly',
65
- __QUASAR_SSR_PWA__: 'readonly',
66
- process: 'readonly',
67
- Capacitor: 'readonly',
68
- chrome: 'readonly'
69
- },
70
-
71
- // add your custom rules here
72
- rules: {
73
- <% if (lintConfig === 'standard') { %>
74
- // allow async-await
75
- 'generator-star-spacing': 'off',
76
- // allow paren-less arrow functions
77
- 'arrow-parens': 'off',
78
- 'one-var': 'off',
79
- 'no-void': 'off',
80
- 'multiline-ternary': 'off',
81
-
82
- 'import/first': 'off',
83
- 'import/namespace': 'error',
84
- 'import/default': 'error',
85
- 'import/export': 'error',
86
- 'import/extensions': 'off',
87
- 'import/no-unresolved': 'off',
88
- 'import/no-extraneous-dependencies': 'off',
89
-
90
- // The core 'import/named' rules
91
- // does not work with type definitions
92
- 'import/named': 'off',
93
- <% } else if (lintConfig === 'airbnb') { %>
94
- 'no-plusplus': 'off',
95
- 'no-param-reassign': 'off',
96
- 'no-void': 'off',
97
- 'no-nested-ternary': 'off',
98
- 'max-classes-per-file': 'off',
99
-
100
- 'no-shadow': 'off',
101
- '@typescript-eslint/no-shadow': 'error',
102
-
103
- 'import/first': 'off',
104
- 'import/named': 'error',
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
- 'prefer-promise-reject-errors': 'off',
114
-
115
- quotes: ['warn', 'single', { avoidEscape: true }],
116
-
117
- // this rule, if on, would require explicit return type on the `render` function
118
- '@typescript-eslint/explicit-function-return-type': 'off',
119
-
120
- // in plain CommonJS modules, you can't use `import foo = require('foo')` to pass this rule, so it has to be disabled
121
- '@typescript-eslint/no-var-requires': 'off',
122
-
123
- // The core 'no-unused-vars' rules (in the eslint:recommended ruleset)
124
- // does not work with type definitions
125
- 'no-unused-vars': 'off',
126
-
127
- // allow debugger during development only
128
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
129
- }
130
- }
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "skipLibCheck": true
5
- }
6
- }
@@ -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
- }
@@ -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,11 +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
- "typescript.tsdk": "node_modules/typescript/lib"
11
- }