Installing BootstrapVue NES
Step-by-step guide for installing and configuring BootstrapVue NES (Never-Ending Support) as part of Vue 2 Essentials, including package configuration and authentication setup.
Prerequisites
Before beginning the installation, please review our Minimum Requirements to ensure a smooth installation process.
Installation Steps
Follow these three simple steps to install BootstrapVue NES:
- Update your package.json
- Create or update your .npmrc file
- Install & Run
Detailed Instructions
1. Package.json Configuration
Update your package.json
with the following BootstrapVue references:
{
"dependencies": {
"bootstrap-vue": "npm:@neverendingsupport/bootstrap-vue2@2.23.2"
},
"overrides": {
"bootstrap-vue": { ".": "npm:@neverendingsupport/bootstrap-vue2@2.23.2" }
}
}
2. Authentication Setup
Create or update your .npmrc
file with the following content:
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Replace <NES_ACCESS_TOKEN>
with your actual access token.
3. Installation
Install your dependencies by running:
npm install
After completing these steps, you can run your integration tests against NES BootstrapVue!
Additional Information
Package | Version | Direct Download URL |
---|---|---|
@neverendingsupport/bootstrap-vue2 | 2.23.2 | Download |
Vue 2 Essentials
Essential companion libraries for Vue 2 NES
Previous Article
Installing Nuxt 2 NES with Vue Essentials
Comprehensive guide for installing and configuring Nuxt 2 NES (Never-Ending Support) along with Vue Essentials packages, including detailed package configuration for all related dependencies.
Next Article