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:

  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.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

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

Install your dependencies

/bin/sh
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:

PackageURL
vue
2.7.22
Download
vue-server-renderer
2.7.22-server-renderer
Download
vue-template-compiler
2.7.22-template-compiler
Download
@vue/compiler-sfc
2.7.22-compiler-sfc
Download