Search...
Toggle theme

Installing Vuetify 2 NES

Step-by-step guide for installing and configuring Vuetify 2 NES (Never-Ending Support) as part of Vue 2 Essentials, including package configuration and dependency setup.

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 Vuetify 2 NES:

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

Detailed Instructions

1. Package.json Configuration

Update your package.json with the following Vuetify references:

{
  "dependencies": {
    "vuetify": "npm:@neverendingsupport/vuetify2@2.7.1"
  },
  "overrides": {
    "vuetify": { ".": "npm:@neverendingsupport/vuetify2@2.7.1" }
  }
}

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=<NES_ACCESS_TOKEN>

Replace <NES_ACCESS_TOKEN> with your actual access token.

3. Installation

Install your dependencies by running:

npm install

After completing these steps, you can run your integration tests against NES Vuetify 2!

Additional Information

PackageVersionDirect Download URL
@neverendingsupport/vuetify22.7.1Download