Skip to content

Commit 7524478

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [#5] install docs fixes
1 parent 56c64e7 commit 7524478

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/getting-started/installation-update.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Make sure to install and get to know `matestack-ui-core` and `matestack-ui-vuejs
77
* [https://docs.matestack.io/matestack-ui-core](https://docs.matestack.io/matestack-ui-core)
88
* [https://docs.matestack.io/matestack-ui-vuejs](https://docs.matestack.io/matestack-ui-vuejs)
99

10-
## Installation
11-
1210
Add 'matestack-ui-bootstrap' to your Gemfile
1311

1412
```ruby
@@ -78,10 +76,16 @@ will be shipped in `matestack-ui-bootstrap` `3.1`
7876

7977
#### Webpacker > 5.x based JavaScript installation
8078

81-
Add 'matestack-ui-vuejs' to your `package.json` by running:
79+
Add 'matestack-ui-vuejs' to your `package.json` by adding:
8280

8381
```
84-
82+
{
83+
"name": "my-app",
84+
"dependencies": {
85+
"matestack-ui-bootstrap": "^3.0.0-rc1",
86+
"..."
87+
}
88+
}
8589
```
8690

8791
This adds the npm package that provides the JavaScript corresponding to the matestack-ui-bootstrap Ruby gem. Make sure that the npm package version matches the gem version. To find out what gem version you are using, you may use `bundle info matestack-ui-bootstrap`.

0 commit comments

Comments
 (0)