build: {
transpile: [
'quasar',
],
}
mode: 'spa',
build: {
publicPath: '/nuxt/'
},
router: {
base: './',
mode: 'hash'
}
publicPath: '/nuxt/'
нужна чтобы уйти от подчеркивания в названии папки - пишут что Cordova их не любит (-: {
1: {
"id": 1,
"title": "title-1",
"short": "short-1",
"body": "body-1",
"icon": "",
"slug": ""
},
2: {
"id": 2,
"title": "title-2",
"short": "short-2",
"body": "body-2",
"icon": "",
"slug": ""
}
}
import content from './file.json';
data() {
return {
content,
};
}