npm install
npm run serve
npm run build
npm run lint
See Configuration Reference.
curl --location --request POST 'http://localhost:3000/upload' \ --header 'Content-Type: multipart/form-data' \ --form 'file=@/home/somewhere/picture.png'