logos y configuraciones de nuxt.config
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -1,10 +1,13 @@
|
||||
export default {
|
||||
ssr: false,
|
||||
/* Server de pruebas */
|
||||
// server: { port: 3016 },
|
||||
server: { port: 8080 },
|
||||
target: 'static',
|
||||
head: {
|
||||
title: 'nuxt_buefy',
|
||||
title: 'nuxt_bootstrap',
|
||||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
lang: 'es',
|
||||
},
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
@@ -17,13 +20,17 @@ export default {
|
||||
plugins: [],
|
||||
components: true,
|
||||
buildModules: [],
|
||||
modules: ['nuxt-buefy', '@nuxtjs/axios'],
|
||||
modules: ['bootstrap-vue/nuxt', '@nuxtjs/axios'],
|
||||
axios: {},
|
||||
build: {},
|
||||
/* Server de pruebas */
|
||||
// static: {
|
||||
// prefix: false,
|
||||
// },
|
||||
env: {
|
||||
// api: "http://localhost:3000",
|
||||
// api: "https://venus.acatlan.unam.mx/ss-pruebas",
|
||||
// api: "https://890af9d598a4.ngrok.io"
|
||||
// api: "https://venus.acatlan.unam.mx/serviciosocial",
|
||||
// api: "https://venus.acatlan.unam.mx/pruebas",
|
||||
// api: "https://venus.acatlan.unam.mx/produccion",
|
||||
},
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 6.9 KiB |
Reference in New Issue
Block a user