Skip to content

Commit

Permalink
feat(Docs): Include demo as an image and real environment in codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Oct 15, 2017
1 parent 63dca99 commit 6b7abca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# vue-six-four

> vue 2.x.x component which generate base64 from a file
> vue 2.x.x component which generate base64 from a file [Demo](https://codesandbox.io/s/94nzlkwn1o)
![Demo vue-64](https://user-images.githubusercontent.com/461124/31588306-7eb461fc-b1b5-11e7-96ab-27fe12905330.png)

### Install

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-six-four",
"version": "1.0.6",
"version": "1.0.7",
"description": "vue component which generate base64 from a file",
"author": "Eduardo P. Rivero",
"main": "dist/vue-six-four.min.js",
Expand Down Expand Up @@ -76,4 +76,4 @@
"last 2 versions",
"not ie <= 11"
]
}
}

0 comments on commit 6b7abca

Please sign in to comment.