Installing Vue 2.7 NES
Comprehensive guide for installing and configuring Vue 2.7 NES (Never-Ending Support), including package configuration, verification steps, and troubleshooting guidance.
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the Vue dependencies in your package.json with the following
{
"dependencies": {
"vue": "npm:@neverendingsupport/vue2@2.7.22"
},
"overrides": {
"vue": { ".": "npm:@neverendingsupport/vue2@2.7.22" },
"vue-template-compiler": { ".": "npm:@neverendingsupport/vue2@2.7.22-vue-template-compiler" },
"vue-server-renderer": { ".": "npm:@neverendingsupport/vue2@2.7.22-vue-server-renderer" },
"@vue/compiler-sfc": { ".": "npm:@neverendingsupport/vue2@2.7.22-compiler-sfc" }
}
}
Create an .npmrc
file with the following
Replace <YOUR_NES_ACCESS_TOKEN>
with your access token.
.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>
Note
Using Artifactory? See our Artifactory Instructions for setup and configuration details.
Install your dependencies
npm install
And just like that, you can run your integration tests against Vue 2.7 NES!
Additional Information
Direct download URLs for Vue 2.7 NES: