ramazan793
ramazan793

Reputation: 689

How to run/deploy vue-cli server with webpack?

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

Answers (1)

SourceOverflow
SourceOverflow

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

Related Questions