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:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the Vue 2 dependencies in your package.json with the following
"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
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=neverendingsupport
Install your dependencies
npm install
And just like that, you can run your integration tests against the Vue 2.6 NES Trial!
Important Trial Information
Please review the following information regarding the Vue 2.6 NES 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
Additional Information
Direct Download URLs
Credentials for Trial Downloads
When utilizing our browser links for direct download - you will be redirected to a page that will prompt you for "Sign In" credentials. For trial packages, you simply need to enter the below and click submit. This will not redirect to another page, but you should see the file appear in your downloads shortly thereafter.
- Username: HeroDevs
- Password: neverendingsupport
Direct download URLs for the Vue 2.6 NES Trial are available below:
Package | URL |
---|---|
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 |
Alternate Download Method
If you're unable to utilize our browser download links, but would still like to download our products directly - you can run the following curl command following the same versioning guidelines as the above. Examples of what you would enter in place of <PACKAGE_VERSION> are shown in the above table in blue.
curl --header "Authorization: Bearer neverendingsupport" \
--location \
--output <PACKAGE_VERSION>.tgz \
https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/vue2/-/<PACKAGE_VERSION>.tgz
For more information surrounding our Direct Download options, click here.