feat: added memo base

This commit is contained in:
Corentin Thomasset 2021-03-14 23:37:57 +01:00
parent 1034296359
commit 0a4abde23d
No known key found for this signature in database
GPG key ID: DBD997E935996158
16 changed files with 537 additions and 151 deletions

View file

@ -44,7 +44,8 @@ export default {
'@nuxtjs/axios',
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa',
'@nuxtjs/svg'
'@nuxtjs/svg',
'nuxt-i18n'
],
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
@ -80,6 +81,11 @@ export default {
}
},
i18n: {
vueI18nLoader: true,
locales: ['en']
},
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {},