Installing Vue 2.6 NES

Comprehensive guide for installing and configuring Vue 2.6 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:

  1. Update your package.json
  2. Create or update your .npmrc file
  3. Install & Run!

Detailed Instructions

Substitute the Vue dependencies in your package.json with the following

{
  "dependencies": {
    "vue": "npm:@neverendingsupport/vue2@2.6.19"
  },
  "overrides": {
    "vue": { ".": "npm:@neverendingsupport/vue2@2.6.19" },
    "vue-template-compiler": { ".": "npm:@neverendingsupport/vue2@2.6.19-vue-template-compiler" },
    "vue-server-renderer": { ".": "npm:@neverendingsupport/vue2@2.6.19-vue-server-renderer" }
  }
}

Create an .npmrc file with the following

.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>

Install your dependencies

npm install

And just like that, you can run your integration tests against Vue 2.6 NES!

Additional Information

Direct download URLs for Vue 2.6 NES:

PackageURL
vue
2.6.19
Download
vue-template-compiler
2.6.19-vue-template-compiler
Download
vue-server-renderer
2.6.19-vue-server-renderer
Download