diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1fa2061 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 6647ebd..11e5ea8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ [![npm version](https://badge.fury.io/js/vue-js-modal.svg)](https://badge.fury.io/js/vue-js-modal) [![npm](https://img.shields.io/npm/dm/vue-js-modal.svg)](https://www.npmjs.com/package/vue-js-modal) +[![Backers on Open Collective](https://opencollective.com/vue-js-modal/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/vue-js-modal/sponsors/badge.svg)](#sponsors) ##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/ -[Changelog on Medium](https://medium.com/@yev_dev/vue-js-modal-changelog-61f934691b67) +[Changelog on Medium](https://medium.com/@yev_dev/vue-js-modal-changelog-61f934691b67 "Medium")

@@ -328,3 +330,33 @@ cd demo/client_side_rendering npm install npm run dev ``` + +## Contributors + +This project exists thanks to all the people who contribute. + + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vue-js-modal#backer)] + + + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vue-js-modal#sponsor)] + + + + + + + + + + + + + diff --git a/package.json b/package.json index 031cffc..0407550 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "build:server": "webpack --config ./build/webpack.server.config.js --progress --hide-modules", "lint": "eslint --ext .js,.vue src test/unit/specs", "unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js", - "build": "npm run lint && npm run unit && npm run build:client && npm run build:server" + "build": "npm run lint && npm run unit && npm run build:client && npm run build:server", + "postinstall": "opencollective postinstall" }, "license": "MIT", "devDependencies": { @@ -70,5 +71,13 @@ }, "peerDependencies": { "vue": "^2.2.6" + }, + "dependencies": { + "opencollective": "^1.0.3" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/vue-js-modal", + "logo": "https://opencollective.com/opencollective/logo.txt" } -} +} \ No newline at end of file