Skip to content

czbone/nuxt3-image-upload-demo

Repository files navigation

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

Production

Build the application for production:

# yarn
yarn build
yarn start

# npm
npm run build
npm run start

Development Server

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

# yarn
yarn dev

# npm
npm run dev

License

MIT