problem npm run generate crashing with socket error when too many records pulled dynamically It might be related to memory / wrong configuration of express api server or node code
Tag Archives: nuxt
Customizing Beufy / Bulma in Nuxt
solution create global styles in ~/css/main.scss and modify variables before importing Bulma files. Than add it in nuxt.config.js
Nuxt – asyncData with multiple enpoints
problem using Promise.all to retrieve data from more than one endpoint.* payoadUrl is for retrieving payload.js if necessary ( from nuxt-payload-extractor module ) solution
Nuxt – dynamic images paths from asset directory
solution
Nuxt – Buefy – mobile menu not working
problem Using beufy and <b-navbar> component. Mobile menu is being closed after clicking on any link inside instead of opening another page. Probably click event is not propagated solution Need to set navbar so it does not automatically close on click (close-on-click) and manually close it after menu link is clicked