Skip to content

Commit

Permalink
feat: upgrade to latest; switch to q/app-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 16, 2024
1 parent 449bc64 commit 743f4ea
Show file tree
Hide file tree
Showing 42 changed files with 342 additions and 522 deletions.
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/index.template.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<!-- DO NOT touch the following DIV -->
<div id="q-app"></div>
<!-- quasar:entry-point -->
</body>
</html>
5 changes: 4 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"boot/*": [
"src/boot/*"
],
"stores/*": [
"src/stores/*"
],
"vue$": [
"node_modules/vue/dist/vue.runtime.esm-bundler.js"
]
Expand All @@ -33,4 +36,4 @@
".quasar",
"node_modules"
]
}
}
26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,24 @@
"description": "A Quasar Framework app",
"productName": "Quasar App",
"author": "[email protected]",
"type": "module",
"private": true,
"scripts": {
"start": "quasar dev",
"post-update": "yarn upgrade",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.11.4",
"core-js": "^3.19.1",
"quasar": "^2.2.2",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"vuex": "^4.0.2"
"@quasar/extras": "^1.16.4",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app": "^3.1.0"
"@quasar/app-vite": "^2.0.0-beta.12",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
Expand Down
30 changes: 30 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* eslint-disable */
// https://github.com/michael-ciniawsky/postcss-load-config

import autoprefixer from 'autoprefixer'
// import rtlcss from 'postcss-rtlcss'

export default {
plugins: [
// https://github.com/postcss/autoprefixer
autoprefixer({
overrideBrowserslist: [
'last 4 Chrome versions',
'last 4 Firefox versions',
'last 4 Edge versions',
'last 4 Safari versions',
'last 4 Android versions',
'last 4 ChromeAndroid versions',
'last 4 FirefoxAndroid versions',
'last 4 iOS versions'
]
}),

// https://github.com/elchininet/postcss-rtlcss
// If you want to support RTL css, then
// 1. yarn/pnpm/bun/npm install postcss-rtlcss
// 2. optionally set quasar.config.js > framework > lang to an RTL language
// 3. uncomment the following line (and its import statement above):
// rtlcss()
]
}
Binary file removed public/icons/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/icons/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/icons/apple-icon-167x167.png
Binary file not shown.
Binary file removed public/icons/apple-icon-180x180.png
Binary file not shown.
Binary file modified public/icons/favicon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/icons/icon-128x128.png
Binary file not shown.
Binary file removed public/icons/icon-192x192.png
Binary file not shown.
Binary file removed public/icons/icon-256x256.png
Binary file not shown.
Binary file removed public/icons/icon-384x384.png
Binary file not shown.
Binary file removed public/icons/icon-512x512.png
Binary file not shown.
Binary file removed public/icons/ms-icon-144x144.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/icons/safari-pinned-tab.svg

This file was deleted.

169 changes: 0 additions & 169 deletions quasar.conf.js

This file was deleted.

Loading

0 comments on commit 743f4ea

Please sign in to comment.