Skip to content

Commit e829e98

Browse files
authored
Update README.md
1 parent d759838 commit e829e98

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
### Install from GitHub
1+
# vue-file-input
22

3-
Install the latest version from GitHub directly:
4-
```bash
5-
npm install git+https://github.com/alttiri/vue-file-input.git
6-
```
7-
8-
```bash
9-
npm install git+https://github.com/alttiri/vue-file-input.git --save-dev
10-
```
11-
12-
Also, you can specify a semver with appending, for example, `#semver:0.0.5` to git-URL.
13-
14-
The same by adding this line in `package.json`'s `dependencies` field:
15-
```json
16-
"@alttiri/base85": "github:alttiri/base85#semver:0.0.5"
17-
```
3+
Vue.js file input with Drag and Drop support. Mostly for personal use.
184

5+
### Install from GitHub
196

207
### Demo
218

@@ -32,3 +19,19 @@ globalThis.state = state;
3219
</script>
3320
```
3421
This demo is online: https://alttiri.github.io/vue-file-input/
22+
23+
Install the latest version from GitHub directly:
24+
```bash
25+
npm install git+https://github.com/alttiri/vue-file-input.git
26+
```
27+
28+
```bash
29+
npm install git+https://github.com/alttiri/vue-file-input.git --save-dev
30+
```
31+
32+
Also, you can specify a semver with appending, for example, `#semver:0.0.5` to git-URL.
33+
34+
The same by adding this line in `package.json`'s `dependencies` field:
35+
```json
36+
"@alttiri/base85": "github:alttiri/base85#semver:0.0.5"
37+
```

0 commit comments

Comments
 (0)