Visit Vue 2 NES Home Page

Installing Vue 2.6 NES Trial

Evaluate the Vue 2.6 NES (Never‑Ending Support) Trial Version

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 dependencies in your package.json with the following

package.json
  "dependencies": {
    "vue": "npm:@neverendingsupport/vue2@2.6.14-trial"
  },
  "overrides": {
    "vue": { ".": "npm:@neverendingsupport/vue2@2.6.14-trial" },
    "vue-template-compiler": { ".": "npm:@neverendingsupport/vue2@2.6.14-trial-vue-template-compiler" },
    "vue-server-renderer": { ".": "npm:@neverendingsupport/vue2@2.6.14-trial-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=neverendingsupport

Install your dependencies

/bin/sh
npm install

And just like that, you can run your integration tests against the !

Important Trial Information

Please review the following information regarding the :

  • This trial is intended for evaluation & integration validation purposes only
  • The trial and optional demo repository are provided as-is, without any warranty or guarantee of any kind
  • The trial is not intended for production usage and does not contain any security fixes or patches
  • While the trial is useful for evaluation & verification purposes, you should consult HeroDevs Sales Team with any questions about adoption

Additional Information

Direct Download URLs

Direct download URLs for the are available below:

PackageURL
vue
2.6.14-trial
Download
vue-template-compiler
2.6.14-trial-template-compiler
Download
vue-server-renderer
2.6.14-trial-server-renderer
Download
curl --header "Authorization: Bearer neverendingsupport" \
     --location \
     --output <PACKAGE_VERSION>.tgz \
     https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/vue2/-/<PACKAGE_VERSION>.tgz