Search...
Toggle theme

Installing Vue 2.7 NES Trial

Guide for installing and evaluating the Vue 2.7 NES (Never-Ending Support) trial version, including important information about trial limitations and usage guidelines.

Prerequisites

Before beginning the installation, please review our Minimum Requirements to ensure a smooth installation process.

Installation Steps

Follow these three simple steps to install the Vue 2.7 NES Trial:

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

Detailed Instructions

Before you start, prepare a Vue 2 project.

1. Package.json Configuration

Update your package.json with the following Vue references:

{
  "dependencies": {
    "vue": "npm:@neverendingsupport/vue2@2.7.18-trial"
  },
  "overrides": {
    "vue": { ".": "npm:@neverendingsupport/vue2@2.7.18-trial" },
    "@vue/compiler-sfc": { ".": "npm:@neverendingsupport/vue2@2.7.18-trial-compiler-sfc" },
    "vue-template-compiler": { ".": "npm:@neverendingsupport/vue2@2.7.18-trial-template-compiler" }
  }
}

2. Authentication Setup

Create or update your .npmrc file with the following content:

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

Note: You must provide a valid email address for the auth token. This process will soon enforce a valid email and acceptance of our terms before npm install will function correctly.

3. Installation and Running

Install your dependencies and run the service:

npm install
npm run serve

Important Trial Information

Please review the following information regarding the Vue 2 trial:

  • 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