Skip to main content

Questions tagged [vue.js]

Filter by
Sorted by
Tagged with
3 votes
1 answer
178 views

I have a group project for my university in which we have to program a PacMan WebApp game in Vue.js. I'm currently working on the map design and the collision. Since I'm a beginner I am looking for a ...
tino's user avatar
  • 41
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
-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
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
5 votes
1 answer
1k views

Context: I am developing an amateur web application (with Vue.js), made up of components, and when reading about state management, the recommended solution is to use a store that gets updated by the ...
WoJ's user avatar
  • 1,661
-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
-1 votes
1 answer
329 views

I've read Allow users upload CSV files, and embed the data for a simple API , Importing large data sets into a database over the web the closest concept is Is there a way to efficiently allow a user ...
user1314159's user avatar
1 vote
2 answers
201 views

I have developed an open-source vue.js scaffold which is based on my exprience and study on various vuejs projects. Currently it has a good structure(i think), but i'm nervous about is it good ...
SeyyedKhandon's user avatar
1 vote
0 answers
173 views

Please forgive me if I am mixing up the terminology here, I'm a bit unfamiliar with it. I wanted to find a way to support extensibility in a web application; I wanted a web application that was ...
michael's user avatar
  • 119
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