File tree 2 files changed +24
-1
lines changed
reference/starter-templates
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,22 @@ For additional configuration for Vue CLI 3 for using project relative paths for
323
323
various BootstrapVue components, refer to the Vue CLI 3 section of the
324
324
[ Image Src Resolving] ( /docs/reference/images#vue-cli-3-support ) reference page.
325
325
326
+ ### Vue CLI 3 plugin
327
+
328
+ As an alternative, you can use the
329
+ [ Bootstrap-Vue Vue CLI 3 plugin] ( https://github.com/GregYankovoy/vue-cli-plugin-bootstrap-vue ) to
330
+ help you configure your app.
331
+
332
+ ``` bash
333
+ vue create my-app
334
+ cd my-app
335
+ vue add bootstrap-vue
336
+ ```
337
+
338
+ This will create a new app with basic BootstrapVue settings to get your project started.
339
+
340
+ In the future this plugin will provide options for more advanced configurations and templates.
341
+
326
342
## Selective component and directive inclusion in module bundlers
327
343
328
344
<span class =" badge badge-info small " >SIMPLIFIED in 2.0.0-rc.20</span >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ tags to load the required JavaScript and CSS in your page.
79
79
</html >
80
80
```
81
81
82
- ## Vue CLI
82
+ ## Vue CLI 2
83
83
84
84
### ` webpack-simple ` example
85
85
@@ -97,6 +97,13 @@ Note: you may need to adjust the template package.json file to use the latest Bo
97
97
98
98
Coming soon!
99
99
100
+ ## Vue CLI 3
101
+
102
+ Vue CLI 3 is the newest way to create Vue apps.
103
+
104
+ A Vue CLI 3 BootStrapVue plugin is available for setting up a basic app. refer to the
105
+ [ Getting Started] ( /docs/#vue-cli-3-plugin ) docs page for more details.
106
+
100
107
## Building with customized Bootstrap V4 CSS
101
108
102
109
If you are using a build system, and would like to customize the Bootstrap V4 CSS, the following
You can’t perform that action at this time.
0 commit comments