Installing Nuxt 2 NES with Vue Essentials
Comprehensive guide for installing and configuring Nuxt 2 NES (Never-Ending Support) along with Vue Essentials packages, including detailed package configuration for all related dependencies.
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 Nuxt 2 NES:
- Update your package.json
- Create or update your .npmrc file
- Install & Run
Detailed Instructions
These instructions are specifically for using Nuxt 2 as part of Vue Essentials.
1. Package.json Configuration
Update your package.json
with the following Nuxt and Vue references:
Note: All of the entries in the overrides block are not necessarily required. If you're not using a package (directly or transitively) you may omit it. Conversely, if installation fails because a third party dependency expects the Open Source version of a dependency, use the recipe above to "overwrite" that specific requirement.
2. Authentication Setup
Create or update your .npmrc
file with the following content:
Replace <NES_ACCESS_TOKEN>
with your actual access token.
3. Installation and Running
Install your dependencies and run the service:
Additional Information
Direct download URLs for NES Nuxt 2 packages: