-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade to latest; switch to q/app-vite
- Loading branch information
1 parent
449bc64
commit 743f4ea
Showing
42 changed files
with
342 additions
and
522 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.