Answer the question
In order to leave comments, you need to log in
How to install Vue.js 2 without a web server?
https://github.com/vuejs/vue-cli - in the Official Templates block there are several installation options and they all include a web server, but you need to install Vue without a web server (because you have your own server). How can this be done?
Answer the question
In order to leave comments, you need to log in
The vue-cli templates have a built-in server for developing and debugging the application. You can run npm run build to make the build appear in the dist folder. Place this assembly on your web server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question