refactor: cleaned project structure

This commit is contained in:
Corentin Thomasset 2020-12-21 22:49:27 +01:00
parent c66e2097b6
commit c554017e43
No known key found for this signature in database
GPG key ID: DBD997E935996158
19 changed files with 182 additions and 200 deletions

View file

@ -14,9 +14,9 @@ export default {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' },
{ hid: 'description', name: 'description', content: '' }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
},
// Global CSS (https://go.nuxtjs.dev/config-css)
@ -33,7 +33,7 @@ export default {
// https://go.nuxtjs.dev/typescript
'@nuxt/typescript-build',
// https://go.nuxtjs.dev/vuetify
'@nuxtjs/vuetify',
'@nuxtjs/vuetify'
],
// Modules (https://go.nuxtjs.dev/config-modules)
@ -41,7 +41,7 @@ export default {
// https://go.nuxtjs.dev/axios
'@nuxtjs/axios',
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa',
'@nuxtjs/pwa'
],
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
@ -60,12 +60,12 @@ export default {
info: colors.teal.lighten1,
warning: colors.amber.base,
error: colors.deepOrange.accent4,
success: colors.green.accent3,
},
},
},
success: colors.green.accent3
}
}
}
},
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {},
build: {}
}