listo para leer qr

This commit is contained in:
2020-09-08 12:55:40 -05:00
parent 14d0e2158d
commit 7279575b19
10 changed files with 14908 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
export default {
server: { port: 8080 },
mode: 'spa',
target: 'server',
head: {
title: process.env.npm_package_name || '',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
hid: 'description',
name: 'description',
content: process.env.npm_package_description || '',
},
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
},
css: [],
plugins: [],
components: true,
buildModules: ['@nuxtjs/eslint-module'],
modules: ['bootstrap-vue/nuxt'],
build: {},
}