File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ Install the generator globally:
13
13
14
14
$ yarn global add @api-platform/client-generator
15
15
16
- Reference the Bootstrap CSS stylesheet in ` index.html ` (optional):
16
+ Reference the Bootstrap CSS stylesheet in ` public/ index.html` (optional):
17
17
18
18
``` html
19
19
<!-- ... -->
20
20
<title >vue-generator</title >
21
21
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 >
23
24
</head >
24
25
<!-- ... -->
25
26
```
You can’t perform that action at this time.
0 commit comments