Posts by Marquinhos Oliveira • 35 points
5 posts
-
0
votes0
answers33
viewsQ: Static folder without compiling on Vue-cli and being able to change its values menualmente after published
I have a site in vueJS that I publish in every client of mine. this site consumes endpoints. For client A I have www.clienteA.com.br/endpoint/api For client B I have www.clienteB.com.br/endpoint/api…
vue.jsasked Marquinhos Oliveira 35 -
0
votes0
answers30
viewsQ: Component - UI for hierarchy
I need to put on a show treeview(but I don’t cling to treeview design) to display a hierarchical structure. I found nothing related to this in vuetify.
-
0
votes2
answers2431
viewsA: Working with Git on a day-to-day basis with two different computers
I would suggest using the git flow structure. You would have the master branch that is exclusive to deploy Branch develop to receive Features as each new feature finishes So both at home and at work…
gitanswered Marquinhos Oliveira 35 -
2
votes1
answer166
viewsQ: Git flow - batch commands
Each time you finish a branch, whether it’s release, Feature or Hotfix, I have to follow a series of commands to publish the changes to my repository. For example: I’ll finish a Hotfix of name ht001…
-
1
votes1
answer61
viewsQ: Bitbucket - send new files to an empty repository
I created a new Mercurial repository in bitbucket called MEUNOVOREP. Now I have a directory in my c:\novoprojeto that has a number of files that I want to upload to this repository. My question: How…