Skip to content

Commit

Permalink
Move build setup doc to top of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekassel committed Oct 10, 2016
1 parent fbf4ead commit c9ea7c6
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ http://www.webpackbin.com/N1vgz1XRb
npm install vuejs-datepicker --save
```

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm test
```

## Usage

*value* prop if passed should be a Date object
Expand Down Expand Up @@ -51,18 +67,3 @@ Added support to languages.
| fr | French | |
| pt-br | Portuguese-Brazil| |

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm test
```

0 comments on commit c9ea7c6

Please sign in to comment.