Skip to content

imi-ms/VETO

Repository files navigation

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^^