nuxt-edge Questions

2

I am working on nuxt-edge + auth.nuxt + vuex project and in the nuxtServerInit method of the store I am only logging a message in the console. When the site is reloaded the message gets printed mul...
Clarisclarisa asked 12/9, 2018 at 9:14

4

Solved

In Nuxt 1.4.2, I had the following in my nuxt.config.js: build: { vendor: ['babel-polyfill'], babel: { presets: [ ['vue-app', { useBuiltIns: true, targets: { ie: 11, uglify: true }, }, ], ...
Filipe asked 22/9, 2018 at 0:39

2

Solved

Using Nuxt to develop a universal JS app, I'm attempting to configure webpack's dev proxy so that, in development only, requests to /api get proxied to http://127.0.0.1:500/api where they'll reach ...
Calefacient asked 7/9, 2018 at 22:51

2

Solved

I have read of issues with transpiling node_modules with Nuxt, but the new Nuxt 2 is said to have solved this with a transpile option in the nuxt.config.js file. https://nuxtjs.org/api/configurati...
Lilalilac asked 2/10, 2018 at 17:7
1

© 2022 - 2024 — McMap. All rights reserved.