Skip to content

Commit eb6328c

Browse files
committed
update readme
1 parent bbdcc0f commit eb6328c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,18 @@ You can find details about dependencies in [documentation](https://icebob.gitboo
4040

4141
## Installation
4242
### NPM
43-
You can install it via [NPM](http://npmjs.org/).
43+
You can install it via [NPM](http://npmjs.org/) or [yarn](https://yarnpkg.com/).
44+
45+
#### Latest version for Vue 2.x
4446
```
4547
$ npm install vue-form-generator
4648
```
49+
50+
#### Legacy version for Vue 1.0.x
51+
```
52+
$ npm install [email protected]
53+
```
54+
4755
### Manual
4856
Download zip package and unpack and add the `vue-form-generator.css` and `vue-form-generator.js` file to your project from dist folder.
4957
```
@@ -140,8 +148,10 @@ npm run build
140148
```bash
141149
npm test
142150
```
143-
144-
See: https://github.com/icebob/vue-form-generator/projects/1
151+
or
152+
```bash
153+
npm run ci
154+
```
145155

146156
## Contribution
147157
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.

0 commit comments

Comments
 (0)