npm install
npm run serve
npm run build
npm run lint
curl --location --request POST 'http://localhost:3000/upload'
--header 'Content-Type: multipart/form-data'
--form 'file=@/home/somewhere/picture.png'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
npm run serve
npm run build
npm run lint
curl --location --request POST 'http://localhost:3000/upload'
--header 'Content-Type: multipart/form-data'
--form 'file=@/home/somewhere/picture.png'