File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change 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```
3421This 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+ ```
You can’t perform that action at this time.
0 commit comments