Skip to content

Commit 9af2e49

Browse files
tmorehousejacobmllr95
authored andcommitted
chore(docs): mention Vue CLI 3 plugin (bootstrap-vue#3256)
* chore(docs) mention Vue CLI 3 plugin * Update README.md * Update README.md
1 parent f46b5d8 commit 9af2e49

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/markdown/intro/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,22 @@ For additional configuration for Vue CLI 3 for using project relative paths for
323323
various BootstrapVue components, refer to the Vue CLI 3 section of the
324324
[Image Src Resolving](/docs/reference/images#vue-cli-3-support) reference page.
325325

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+
326342
## Selective component and directive inclusion in module bundlers
327343

328344
<span class="badge badge-info small">SIMPLIFIED in 2.0.0-rc.20</span>

docs/markdown/reference/starter-templates/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tags to load the required JavaScript and CSS in your page.
7979
</html>
8080
```
8181

82-
## Vue CLI
82+
## Vue CLI 2
8383

8484
### `webpack-simple` example
8585

@@ -97,6 +97,13 @@ Note: you may need to adjust the template package.json file to use the latest Bo
9797

9898
Coming soon!
9999

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+
100107
## Building with customized Bootstrap V4 CSS
101108

102109
If you are using a build system, and would like to customize the Bootstrap V4 CSS, the following

0 commit comments

Comments
 (0)