There was an error while loading. Please reload this page.
1 parent 3bfe11c commit 29b4e66Copy full SHA for 29b4e66
README.md
@@ -3,6 +3,10 @@
3
4
> Vue wrapper for dragula
5
6
+## install
7
+``` bash
8
+npm install vue-dragula
9
+```
10
11
## Setup
12
script:
package.json
@@ -1,10 +1,14 @@
1
{
2
"name": "vue-dragula",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Vue wrapper for dragula",
"main": "vue-dragula.js",
"author": "YichangLiu",
"license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Astray-git/vue-dragula.git"
+ },
"scripts": {
13
"dev": "webpack --watch example/example.js example/example.build.js",
14
"build": "webpack example/example.js example/example.build.js"
0 commit comments