R
R
rinatoptimus2017-04-12 22:23:50
webpack
rinatoptimus, 2017-04-12 22:23:50

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

1 answer(s)
E
Evgeny Kulakov, 2017-04-12
@kulakoff Vue.js

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 question

Ask a Question

731 491 924 answers to any question