This commit is contained in:
Paolo Arena
2020-07-11 17:07:53 +02:00
parent 01f1115c8a
commit 77c1edb779
150 changed files with 2637 additions and 4630 deletions

21
quasar.conf.js Executable file → Normal file
View File

@@ -55,7 +55,9 @@ const extendHTMLToWebpack = (config) => {
.loader('vue-html-loader')
};
const elenco1 = ['/'];
const elenco1 = ['/', '/whoiam', '/books', '/photosgallery', '/audiopoetry', '/international_events',
'/artistic_background', '/artistic_collaboration', '/photos_exibitions', '/whereiam', '/compl_activities',
'/policy', '/signup', '/signin', '/offline'];
const extendPrerender = (config) => {
config
@@ -81,12 +83,13 @@ const extendPrerender = (config) => {
};
module.exports = function (ctx) {
return {
htmlVariables: {
appName: 'Ayni',
appDescription: 'Ayni',
keywords: 'Ayni',
appName: 'Brigitte MG Dumont',
appDescription: 'Brigitte MG Dumont',
keywords: 'Brigitte MG Dumont',
},
// Quasar looks for *.js files by default
sourceFiles: {
@@ -159,7 +162,7 @@ module.exports = function (ctx) {
},
devServer: {
https: false,
port: 8085,
port: 8083,
open: false // opens browser window automatically
},
// framework: 'all' --- includes everything; for dev only!
@@ -220,10 +223,13 @@ module.exports = function (ctx) {
'QSpinnerGears',
'QDate',
'QTime',
'QTimeline',
'QTimelineEntry',
'QSlideTransition',
'QTable',
'QUploader',
'QTh',
'QVideo',
'QTr',
'QTd',
'QLinearProgress',
@@ -260,7 +266,7 @@ module.exports = function (ctx) {
'Loading'
],
iconSet: 'fontawesome-v5',
lang: 'it', // Quasar language
lang: 'es', // Quasar language
},
animations: 'all',
ssr: {
@@ -319,5 +325,4 @@ module.exports = function (ctx) {
}
},
}
}
;
};