- Primo CNM

This commit is contained in:
Paolo Arena
2020-10-17 22:31:18 +02:00
parent 2c815a3883
commit a4b7f9e264
73 changed files with 207 additions and 1661 deletions

View File

@@ -84,9 +84,9 @@ const extendPrerender = (config) => {
module.exports = function (ctx) {
return {
htmlVariables: {
appName: 'Ayni',
appDescription: 'Ayni',
keywords: 'Ayni',
appName: 'CNM',
appDescription: 'Comunità Nuovo Mondo',
keywords: 'CNM',
},
// Quasar looks for *.js files by default
sourceFiles: {
@@ -159,7 +159,7 @@ module.exports = function (ctx) {
},
devServer: {
https: false,
port: 8085,
port: 8090,
open: false // opens browser window automatically
},
// framework: 'all' --- includes everything; for dev only!
@@ -296,9 +296,9 @@ module.exports = function (ctx) {
// swSrc: 'src/sw.js',
},
manifest: {
name: 'Ayni',
version: '0.0.2',
short_name: 'Ayni',
name: 'Comunità Nuovo Mondo',
version: '0.1.0',
short_name: 'CNM',
description: '',
display: 'standalone',
orientation: 'portrait',