{"id":13809999,"url":"https://github.com/Etheryte/nuxt-dropzone","last_synced_at":"2025-05-14T10:31:40.364Z","repository":{"id":65411485,"uuid":"106681041","full_name":"Etheryte/nuxt-dropzone","owner":"Etheryte","description":"A Nuxt SSR-compatible Dropzone component.","archived":false,"fork":false,"pushed_at":"2021-01-07T10:33:57.000Z","size":93,"stargazers_count":124,"open_issues_count":2,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-11T06:06:09.172Z","etag":null,"topics":["dropzone","javascript","nuxt","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Etheryte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-12T10:56:07.000Z","updated_at":"2025-02-16T13:39:45.000Z","dependencies_parsed_at":"2023-01-23T10:54:59.528Z","dependency_job_id":null,"html_url":"https://github.com/Etheryte/nuxt-dropzone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Etheryte%2Fnuxt-dropzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Etheryte%2Fnuxt-dropzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Etheryte%2Fnuxt-dropzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Etheryte%2Fnuxt-dropzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Etheryte","download_url":"https://codeload.github.com/Etheryte/nuxt-dropzone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254120624,"owners_count":22018024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dropzone","javascript","nuxt","vue"],"created_at":"2024-08-04T02:00:42.220Z","updated_at":"2025-05-14T10:31:40.029Z","avatar_url":"https://github.com/Etheryte.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# nuxt-dropzone\n\nA Nuxt SSR-compatible [Dropzone](http://www.dropzonejs.com/) component, internally powered by [vue-dropzone](https://github.com/rowanwins/vue-dropzone).  \n\n## Installation\n\n    npm i --save nuxt-dropzone \n\n## Usage\n\nSee [the demo project](https://github.com/Etheryte/nuxt-dropzone/tree/master/demo).\n\n```html\n\u003ctemplate\u003e\n  \u003cdropzone id=\"foo\" ref=\"el\" :options=\"options\" :destroyDropzone=\"true\"\u003e\u003c/dropzone\u003e\n\u003c/template\u003e\n```\n```js\n\u003cscript\u003e\nimport Dropzone from 'nuxt-dropzone'\nimport 'nuxt-dropzone/dropzone.css'\n\nexport default {\n  components: {\n    Dropzone\n  },\n  data() {\n    return {\n      // See https://rowanwins.github.io/vue-dropzone/docs/dist/index.html#/props\n      options: {\n        url: \"http://httpbin.org/anything\"\n      }\n    }\n  },\n  mounted() {\n    // Everything is mounted and you can access the dropzone instance\n    const instance = this.$refs.el.dropzone\n  }\n}\n\u003c/script\u003e\n```\n\nSee [the vue-dropzone docs](https://rowanwins.github.io/vue-dropzone/docs/dist/index.html#/props) for futher configuration information.\n\n[Direct AWS S3 uploads](https://rowanwins.github.io/vue-dropzone/docs/dist/#/aws-s3-upload) are also supported.\n\n## Common issues and solutions\n\n * [Importing styles doesn't work with PostCSS out-of-the-box](https://github.com/Etheryte/nuxt-dropzone/issues/3)\n * [IE support](https://github.com/Etheryte/nuxt-dropzone/issues/17)\n * [Scoped styles are not applied](https://github.com/Etheryte/nuxt-dropzone/issues/12)\n\n## Issues \u0026 contributing\n\nPlease file any issues under [Github issues](https://github.com/Etheryte/nuxt-dropzone/issues), be sure to include your Nuxt release version as well as [a minimal, complete, and verifiable example](https://stackoverflow.com/help/mcve).  \nContributions welcome, be sure to test the demo application with any changes before filing a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEtheryte%2Fnuxt-dropzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEtheryte%2Fnuxt-dropzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEtheryte%2Fnuxt-dropzone/lists"}