Get started with the Vue 2.7 NES Trial
First, 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
Before you start, prepare a Vue 2 project.
1. Substitute Vue references in your package.json with the following:{
"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. Create an .npmrc file with the following:
@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. Install your dependencies and run the service:
npm install
npm run serve
And just like that, you can run your integration tests against NES Vue 2!
Important Information
Please review the following information as it relates to 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.