Skip to main content

Questions tagged [vue.js]

Filter by
Sorted by
Tagged with
10 votes
1 answer
4k views

Just a little explanation: "I'm used to be a solo front-end developer in my company and using default folder-structure and way of coding which vue-cli provided, it is good for a solo developer and ...
SeyyedKhandon's user avatar
4 votes
1 answer
274 views

I started getting into VueJs and Vuex development and I'm looking for a "mainstream" architecture for large scale projects. I think the question doesn't depend on whether you take a ready to use UI ...
Question3r's user avatar
2 votes
1 answer
236 views

Typically the way to communicate between parent <-> child component in Vue.js is to send the child a prop and emit an event from the child, which is listened to on the parent. However, if you pass ...
GWed's user avatar
  • 3,263
1 vote
1 answer
150 views

I'm trying to understand how Auth flows work within VueJS/Express Server to a protected API. I have a situation where I need to call an API that is protected by JWT. To get this JWT, a client ID and ...
Haden693's user avatar
0 votes
2 answers
121 views

I have a web app that will be used locally on 2 different site. The program is a Vue web app made with node.js and express, using MySQL database. Due to limitation (no internet in site 1), there is no ...
Aditya D.'s user avatar
0 votes
1 answer
116 views

I am trying to apply DDD to a Vue project (so it's DDD on the frontend) and I have a doubt as to where store a props type. A Vue component can have props, which is basically named data passed to the ...
Bernardo Benini Fantin's user avatar
0 votes
3 answers
2k views

As a Java developer, I just have scratched the surface of Javascript libraries like React, Angular, Vue etc. It seems that theoretically any web applications with server side rendering, like Spring-...
Rui's user avatar
  • 1,935
0 votes
1 answer
89 views

I am developing a front end application given a back end with some API. The application has two similar views. Both views make use of a big table that's also used as a form . For example, in the ...
Constantinos Petrakis's user avatar
-1 votes
1 answer
495 views

I have a Vue/Quasar application that allows the end user to convert an Excel Spreadsheet into an Array and load it into a DataGrid. The Spreadsheet has a list of peoples names, email address, ...
user1314159's user avatar
-2 votes
1 answer
286 views

I understand that credential leakage occurs reasonably often due to people forgetting to .gitignore a .env file I'm building an application in VueJS and right now I'm storing some S3 credentials as ...
Pierre Baudin's user avatar
-3 votes
1 answer
107 views

I am challenged to rebuild a support ticket manager app currently on legacy PHP code. I plan to migrate to microservices + JS frontend technology like VueJS or React. One of the app's page is a ...
coderpolo's user avatar
  • 103