Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jan 30, 2017
1 parent bbdcc0f commit eb6328c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,18 @@ You can find details about dependencies in [documentation](https://icebob.gitboo

## Installation
### NPM
You can install it via [NPM](http://npmjs.org/).
You can install it via [NPM](http://npmjs.org/) or [yarn](https://yarnpkg.com/).

#### Latest version for Vue 2.x
```
$ npm install vue-form-generator
```

#### Legacy version for Vue 1.0.x
```
$ npm install [email protected]
```

### Manual
Download zip package and unpack and add the `vue-form-generator.css` and `vue-form-generator.js` file to your project from dist folder.
```
Expand Down Expand Up @@ -140,8 +148,10 @@ npm run build
```bash
npm test
```

See: https://github.com/icebob/vue-form-generator/projects/1
or
```bash
npm run ci
```

## Contribution
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
Expand Down

0 comments on commit eb6328c

Please sign in to comment.