Skip to content

Commit 58dc2d2

Browse files
authored
Merge pull request #433 from alOneh/patch-2
[RFR] Update vuejs.md
2 parents ad1666e + 589031f commit 58dc2d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client-generator/vuejs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Install the generator globally:
1313

1414
$ yarn global add @api-platform/client-generator
1515

16-
Reference the Bootstrap CSS stylesheet in `index.html` (optional):
16+
Reference the Bootstrap CSS stylesheet in `public/index.html` (optional):
1717

1818
```html
1919
<!-- ... -->
2020
<title>vue-generator</title>
2121

22-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
22+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
23+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
2324
</head>
2425
<!-- ... -->
2526
```

0 commit comments

Comments
 (0)