bauti
Explore posts from serversHow can i integrate sonarqube with vue SFC?
Hello! I would like some help in integrating sonarqube with vue SFC files.
Before, i had a sonar-project.properties file without any special config for vue, and i think it threatened it like if it was plain js or vue files, it worked great!
But it didnt detect any duplicated html or css, it only proccessed the JS part of the file.
How can i set it to analysis the html and css of vue sfc files?
I tried setting the .vue extension in sonar.html.file.suffixes, and it detected the duplicated lines, but it lowered the coverage and didnt process well the javascript.
This is my current config:
1 replies
What storage should i use?
In my application I have a page gateway where I am uploading data. Previously I was using a cookie (with pinia persistedstore), but I saw that the data ends up being very large and occupy the entire size available for the cookie.
I can't use data like clientside sessionStorage or localStorage because I show the information as soon as the page loads, without waiting for the client.
What can I use? I was thinking about using H3 sessions, but I couldn't figure out how to do it in a simple way (In my app I don't need authentication, all I need is a getter and setter for a big object that I can access from the server).
3 replies
Cant get nuxt-eslint to work on bitbucket pipelines
Hello! Could anyone help me with setting up nuxt on bitbucket pipelines?
A step of my pipeline is npm run lint (it runs after npm install)
but when the lint runs, it throws this error:
I tried it locally, in windows, and on ubuntu, and in both the lint worked fine
what can it be?
4 replies