couldn't get Cypress code coverage report on vue and nuxtjs - vue.js

I am using babel-plugin-Istanbul to the instrument my code. When do I add the plugin to nuxt.config.js always get a compile error on the web app? Does anyone have a working example?

Related

Use babel standalone to compile vue project on browser

I'm working on an online-based IDE-like code sandbox. I found browserFS like a library to store files locally but now I want to compile the Vue project to render it on the browser. How to do it with babel standalone inside the browser itself instead of requesting a server? or are there any other solutions?

Use Electron in Vue project

I want put my Vue project in the Electron, so I find the method in the Internet. According to the given method on the Intenet, I make a demo to test it.
At frist, I create Vue project using vue create myProject, then I use vue add electron-builder to add Electron, then I choose the Electron version, then it prepare to install the additional dependencies. But the error is there:
Someone could help me? Thanks!
electron-vue: An Electron & Vue.js quick start boilerplate with vue-cli scaffolding.
maybe you can try it.

Errors appear when im trying to create Nuxt.JS project

I am trying to create a Nuxt project using Yarn, with additional plugins: Express, Vuetify, PWA. When creating, a number of console errors arise, because of which it is impossible to assemble the initial assembly. Here is a screenshot of the errors that occur, help to fix that problems
Console screen

How should generated code on Nuxt universal mode look like?

I have a more general question about nuxt, universal deployment mode and the code that comes as a result.
I have a nuxt application, deployed through npm run build and npm run start (universal mode) and when the CI/CD pipeline is finished and the code is successfully deployed, I go and see the code that is generated by nuxt.
As a reference, here is my link: view-source:https://staging.gemeentebanen.nl/
Is this how the source code is supposed to look in universal mode? Shouldn't I be able to see the HTML markup and stuff?
Thank you for your help in advance.

Trying to execute vue js webpack simple application

I am trying to execute an application in vue.js but I am getting some warnings, that I don´t understand. I am using the webpack-simple template in vue.js. I attached a screenshot of the warnings; please tell me what those warning mean.