/nuxt3-image-upload-demo

Drag and drop Image file uploading demo in Nuxt3

Primary LanguageVue

Nuxt 3 uploading image files demo

Uploading image files to server with dropzone and multer modules in Nuxt 3.

uploadimagedemo2

feature

  • upload by drag and drop

  • preview image

  • multiple files

Environment

  • Node v16.0 above

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:3000

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Locally preview production build:

# yarn
yarn preview

# npm
npm run preview

License

MIT