Vue Proximity PrefetchVue Proximity Prefetch
Home
GitHub
Home
GitHub
  • Introduction

    • Introduction
    • Installation
    • Getting Started
  • Configuration

    • Configuration
    • Component Props
    • Vite Plugin Options
  • Integrations

    • Integrations
    • Integration with Nuxt
    • Quasar Framework Integration
  • Vite Integration

    • Vite Integration
    • Component API
    • Vite Plugin API

Installation

Vue Proximity Prefetch can be easily installed in your existing Vue project using npm, yarn, or pnpm.

Prerequisites

  • Vue 3: Vue Proximity Prefetch is designed for Vue 3
  • Vue Router: Required for navigation between routes

Installation via NPM

npm install v-proximity-prefetch

Installation via Yarn

yarn add v-proximity-prefetch

Installation via PNPM

pnpm add v-proximity-prefetch

Verifying Installation

After installation, you can verify that the package is correctly installed by looking in your package.json file. You should see an entry for v-proximity-prefetch in the dependencies section.

{
  "dependencies": {
    "v-proximity-prefetch": "^1.0.0",
    // other dependencies...
  }
}

Next Steps

Once Vue Proximity Prefetch is installed, you can start using it in your application. Check out the Getting Started section to learn how to integrate the library into your application.

Last Updated:: 4/7/25, 12:07 AM
Contributors: Killian-Aidalinfo
Prev
Introduction
Next
Getting Started