Uploading image files to server with dropzone and multer modules in Nuxt 3.
-
upload by drag and drop
-
preview image
-
multiple files
- Node v16.0 above
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Build the application for production:
# yarn
yarn build
yarn start
# npm
npm run build
npm run start
Start the development server on http://localhost:3000
# yarn
yarn dev
# npm
npm run dev