mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Merge branch 'master' of https://github.com/euvl/vue-modal
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/ISSUE_TEMPLATE.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								.github/ISSUE_TEMPLATE.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| <!-- Love vue-js-modal? Please consider supporting our collective: | ||||
| 👉  https://opencollective.com/vue-js-modal/donate --> | ||||
							
								
								
									
										34
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								README.md
									
									
									
									
									
								
							| @@ -4,10 +4,12 @@ | ||||
|  | ||||
| [](https://badge.fury.io/js/vue-js-modal) | ||||
| [](https://www.npmjs.com/package/vue-js-modal) | ||||
| [](#backers) | ||||
| [](#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") | ||||
|  | ||||
| </p> | ||||
|  | ||||
| @@ -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. | ||||
| <a href="graphs/contributors"><img src="https://opencollective.com/vue-js-modal/contributors.svg?width=890" /></a> | ||||
|  | ||||
|  | ||||
| ## Backers | ||||
|  | ||||
| Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/vue-js-modal#backer)] | ||||
|  | ||||
| <a href="https://opencollective.com/vue-js-modal#backers" target="_blank"><img src="https://opencollective.com/vue-js-modal/backers.svg?width=890"></a> | ||||
|  | ||||
|  | ||||
| ## 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)] | ||||
|  | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/0/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/0/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/1/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/1/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/2/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/2/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/3/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/3/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/4/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/4/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/5/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/5/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/6/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/6/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/7/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/7/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/8/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/8/avatar.svg"></a> | ||||
| <a href="https://opencollective.com/vue-js-modal/sponsor/9/website" target="_blank"><img src="https://opencollective.com/vue-js-modal/sponsor/9/avatar.svg"></a> | ||||
|  | ||||
|  | ||||
|   | ||||
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								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" | ||||
|   } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user