Skip to main content

All Questions

Tagged with
0 votes
1 answer
396 views

Forbidden: /api/v1/token/logout/ "POST /api/v1/token/logout/ HTTP/1.1" 403 58

I am experiencing this problem following a tutorial and I can't identify the error in my "MyAccountView.vue" page. I tried changing to re_path and it did not work. Forbidden: /api/v1/token/...
november's user avatar
1 vote
1 answer
130 views

The current path, api/v1/users, didn’t match any of these

I am experiencing this problem following a tutorial and I can't identify the error in my "SignUpView.vue" page. I tried changing to re_path and it did not work. Not Found: /api/v1/users [...
november's user avatar
0 votes
1 answer
329 views

Unanble to use vue CLI 3

After installing vue CLI 3 I was unale to vue create my-app throwing this error zsh: command not found: vue But when installing the vue CLI I notice this error: npm WARN deprecated [email protected]: ...
Bala Hantsi's user avatar
2 votes
1 answer
1k views

How do I register Vuetify 2.3 or any packages in a Vue 3 Project

How to register Vuetify on a main.js when my main.js file is not using alias Vue After importing Vuetify my all component are hidden. dependencies : "vue": "^3.0.0-rc.7", "...
Darsan357's user avatar
5 votes
2 answers
7k views

Prevent vue cli from deleting all files in dist

I am developing vue project and syncing dist folder with git. This worked well while using webpack. However, I have moved to @vue/cli --- using vue create myProject instead of vue init webpack myProj. ...
Mayank Kumar Chaudhari's user avatar
1 vote
1 answer
914 views

Is there another step involved in creating a JS bundle for Vue SSR?

I am building a Vue SSR application to render a simple vue component server side. After following on with the official vuejs website guid, I ended up creating two entry files server-entry.js and ...
osama7901's user avatar
  • 1,691
1 vote
1 answer
1k views

Vue CLI is not listening to SocketIO events

I'm currently working on a Chat Application using VueCLI and Nodejs. So I've made proxy connections and everything is working fine including emits from the front-end but VueCLI component is not ...
Olawale Oladiran's user avatar
2 votes
2 answers
1k views

When the vue-cli-service build is completed, the process will not shut down automatically

When I used vue-cli-service to build my project, the console prompted: DONE Build complete. The dist directory is ready to be deployed. INFO Check out deployment instructions at https://cli.vuejs....
吴凯凯's user avatar
2 votes
2 answers
326 views

Node only sends html content to the client instead of sending a whole Vue app

I created a new vue project with the CLI and want to deploy it. Based on this documentation https://router.vuejs.org/guide/essentials/history-mode.html#html5-history-mode I added the history mode to ...
user avatar
3 votes
1 answer
5k views

How can I access vue project which is running by npm run server command from any other computer or mobile that is connected in the same network?

I am running a VueJS project in Ubuntu v18.04. When I run the project using npm run serve, it works fine and I can … - access it in my Local: http://localhost:8080/. - also access it using Network: ...
Ishmam Haque Bhuiyan's user avatar
1 vote
0 answers
166 views

Vue cli service worker disabling

I can't figure out how to stop my browsers from caching old versions of my web app. I have already commented out everything in registerServiceWorker.js. I deleted the cache from the browsers. In ...
Hillcow's user avatar
  • 979
2 votes
1 answer
2k views

Control webpack verbosity when programmatically starting vue-cli-service serve

I'm trying to run vue-cli-service serve from inside a Node.js application like this: const Service = require('@vue/cli-service'); const service = new Service(process.cwd()); service.init("development"...
rustyx's user avatar
  • 85.8k
2 votes
1 answer
4k views

How to run Vue Application in background on windows

I have an Vue application created with vue-cli (vue create my_app). It runs normally when I open the terminal, run the command npm run serve and access localhost:8080, but it stopped when I close the ...
Canatto Filipe's user avatar
1 vote
2 answers
6k views

Can't create a Vue project with vue/cli

I'm trying create a vuex application with Vue CLI. However, CLI freezes while fetching metadata ([email protected]): / fetchMetadata: sill resolveWithNewModule [email protected] checking installable ...
ibra's user avatar
  • 443
0 votes
1 answer
2k views

production calling api from localhost

I have deployed my application (created with npm run build) to heroku. However, the api calls done on heroku production are from my localhost. How do I change this? Could anyone please advice? ...
ApplePie's user avatar
  • 1,185

15 30 50 per page