Reputation: 689
I made project with vue-cli(node.js+vue.js), now i need to deploy it. How to run server with already installed and configured(by vue-cli) webpack? What should i do?
UPD: I want to deploy a whole server, not only static js. Because i have back-end with API and some stuff.
Upvotes: 0
Views: 404
Reputation: 2048
Idk what template you used, but most provide a npm build
command. Just make sure you didn't set anything only for development that you need in production.
Upvotes: 1