This template should help get you started developing with Vue 3 in Vite.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
BaseFileUpload - Base Component
fileID: File ID reference.
fileType: Allowed file types (CSV, Image, *).
maxFileSize: Maximum file size limit.
twClasses: Tailwind CSS classes used.
inputTypeFileUpload: file upload design if not default.
defaultValueName: Name of pre-selected default value.
allowedExtensions: This is an array specifying which file extensions are permitted for upload and fileType should be '*'.