mirror of https://github.com/tauri-apps/tauri
chore(test apps) updates
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
This commit is contained in:
parent
157a3ac40e
commit
7f7855e325
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@quasar/app": "link:../../quasar/app",
|
||||
"@quasar/tauri": "link:../../",
|
||||
"@quasar/tauri": "^0.0.1-utility.2",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"eslint": "^5.10.0",
|
||||
|
|
|
@ -89,7 +89,7 @@ module.exports = function (ctx) {
|
|||
animations: [],
|
||||
|
||||
ssr: {
|
||||
pwa: false
|
||||
pwa: true
|
||||
},
|
||||
|
||||
pwa: {
|
||||
|
@ -133,6 +133,10 @@ module.exports = function (ctx) {
|
|||
}
|
||||
},
|
||||
tauri: {
|
||||
embeddedServer: { active: false },
|
||||
whitelist: {
|
||||
all: true
|
||||
},
|
||||
window: {
|
||||
title: 'Quasar Tauri App set by quasar.conf.js'
|
||||
}
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
<template>
|
||||
<q-page class="flex flex-center">
|
||||
<h3>2nd Build from link: served TAURI</h3>
|
||||
<p>Sourcing default quasar.conf.js from NPM too</p>
|
||||
<pre style="font-size:2em">
|
||||
- @quasar/app (via dev branch of git)
|
||||
- @quasar/tauri (via NPM)
|
||||
</pre>
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ module.exports = function (ctx) {
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
cordova: {
|
||||
// id: 'org.cordova.quasar.app',
|
||||
// noIosLegacyBuildFlag: true, // uncomment only if you know what you are doing
|
||||
|
|
Loading…
Reference in New Issue