Visit Vue 2 NES Home Page Create an
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
.npmrcfile - Install & Run!
Detailed Instructions
Substitute the 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-template-compiler" },
"vue-server-renderer": { ".": "npm:@neverendingsupport/vue2@2.7.22-server-renderer" },
"@vue/compiler-sfc": { ".": "npm:@neverendingsupport/vue2@2.7.22-compiler-sfc" }
}
}
Create an .npmrc file with the following
Replace <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
/bin/sh
npm install
And just like that, you can run your integration tests against !
Additional Information
Direct download URLs for :