Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legeneek authored Aug 26, 2019
1 parent b8c1662 commit a6b7c75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Image clip component based on vue2. Try the [demo](https://legeneek.github.io/vue-image-clip/index.html)

## Build Setup
## Demo Setup

``` bash
# install dependencies
Expand All @@ -11,14 +11,11 @@ npm install
# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

```

## Usage

Just add CustomCropper.vue and SelectBox.vue to your project.
Just add `CustomCropper.vue` and `SelectBox.vue` in `src/components` to your project.

CustomCropper.vue require SelectBox.vue, you need to put them in the same directory

Expand Down

0 comments on commit a6b7c75

Please sign in to comment.