Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 548 Bytes

File metadata and controls

39 lines (25 loc) · 548 Bytes

VETO

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Deploy for Production

First install missing dependencies:

npm install

Then build the project:

npm run build

A new dist Folder will be created. Copy the content of the folder to /var/www/html on the server of your dreams^^