commit 928da551cf52b2d920c3e03fa79d69256edaeaca Author: Metin Date: Fri May 6 16:54:19 2016 +0300 ilk kan diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85559bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log +.idea/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..a84bc2b --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "vue-socket.io", + "version": "1.0.0", + "description": "vuejs event system socketio implementation", + "main": "vue-socketio.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MetinSeylan/Vue-Socket.io.git" + }, + "keywords": [ + "vuejs", + "socket", + "vue", + "socket", + "socket.io" + ], + "author": "Metin Seylan", + "license": "MIT", + "bugs": { + "url": "https://github.com/MetinSeylan/Vue-Socket.io/issues" + }, + "homepage": "https://github.com/MetinSeylan/Vue-Socket.io#readme" +} diff --git a/vue-socketio.js b/vue-socketio.js new file mode 100644 index 0000000..8d8f492 --- /dev/null +++ b/vue-socketio.js @@ -0,0 +1,3 @@ +/** + * Created by Metin on 6.5.2016. + */